master
LiuJiaNan 2025-06-09 10:46:41 +08:00
parent 8baca4a7fd
commit 290ebaa687
14 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ const routes = [
isSubMenu: false,
isBack: false,
},
component: () => import("@/views/index/index"),
component: () => import("@/views/map/index"),
},
],
},

View File

@ -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";