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