2024-05-11 09:36:26 +08:00
|
|
|
<route lang="json5" type="page">
|
|
|
|
{
|
2024-05-11 09:41:33 +08:00
|
|
|
layout: 'tabbar',
|
2024-05-11 09:36:26 +08:00
|
|
|
style: {
|
|
|
|
navigationBarTitleText: '我的',
|
|
|
|
},
|
|
|
|
}
|
|
|
|
</route>
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<view class="">my</view>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script lang="ts" setup>
|
|
|
|
//
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
//
|
|
|
|
</style>
|