app_tree_planting/pages/user/index.vue

13 lines
118 B
Vue
Raw Normal View History

2023-01-11 19:31:59 +08:00
<template>
<view>
<view>个人中心</view>
</view>
</template>
<script>
</script>
<style>
</style>