JM-MiniApp/pages/user/setting/aboutUs.vue

11 lines
150 B
Vue
Raw Normal View History

2023-11-07 23:40:53 +08:00
<script setup>
</script>
<template>
<view class="aboutUs page-box page-bg-gray">
</view>
</template>
<style scoped lang="scss">
</style>