1.18整合

This commit is contained in:
2026-01-18 16:06:37 +08:00
parent 10c3fbb0d7
commit a11d3cc2f8
138 changed files with 7241 additions and 856 deletions

18
pages/map/map.vue Normal file
View File

@@ -0,0 +1,18 @@
<template>
<view class="content">
<view class="text-center padding-top-xl">
<text class="text-xl text-gray">一张图功能开发中...</text>
</view>
</view>
</template>
<script setup>
</script>
<style lang="scss" scoped>
.content {
min-height: 100vh;
background: #EBF2FC;
}
</style>