更新代码

This commit is contained in:
2025-04-22 16:39:00 +08:00
parent 2bab50039d
commit 42e9bc961d
443 changed files with 126493 additions and 54 deletions

View File

@ -1,5 +1,6 @@
<template>
<div class="homeBox">
<GdMap></GdMap>
<!-- 头部 -->
<Head></Head>
<!-- 内容 -->
@ -30,6 +31,7 @@
</template>
<script setup>
import GdMap from "@/components/GdMap/index.vue";
import Head from './layout/head.vue'
import DbCount from './model/dbCount.vue'
import QbfkCount from './model/qbfkCount.vue'