init
parent
8baca4a7fd
commit
290ebaa687
|
@ -19,7 +19,7 @@ const routes = [
|
||||||
isSubMenu: false,
|
isSubMenu: false,
|
||||||
isBack: false,
|
isBack: false,
|
||||||
},
|
},
|
||||||
component: () => import("@/views/index/index"),
|
component: () => import("@/views/map/index"),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
@ -67,7 +67,7 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import AppTitle from "@/views/index/components/title.vue";
|
import AppTitle from "./title.vue";
|
||||||
import { onBeforeUnmount, onMounted } from "vue";
|
import { onBeforeUnmount, onMounted } from "vue";
|
||||||
import * as echarts from "echarts";
|
import * as echarts from "echarts";
|
||||||
|
|
Loading…
Reference in New Issue