unibest/src/pages/my/index.vue

9 lines
126 B
Vue
Raw Normal View History

<route lang="json5">
{
style: { navigationBarTitleText: '我的' },
}
</route>
2024-01-03 17:09:44 +08:00
<template>
<view>我的</view>
2024-01-03 17:09:44 +08:00
</template>