基础静态资源配置

This commit is contained in:
wzy-warehouse
2026-04-08 14:18:03 +08:00
parent 78a477be3c
commit 1b8348aecc
25 changed files with 6535 additions and 12 deletions
+13
View File
@@ -0,0 +1,13 @@
<template>
<div>
<!-- 地图组件 -->
<MapComponent />
</div>
</template>
<script setup lang="ts">
import MapComponent from "@/component/map/Map.vue"
</script>
<style scoped>
</style>