1.18整合
This commit is contained in:
18
pages/map/map.vue
Normal file
18
pages/map/map.vue
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user