feat(tabbar): 调整

This commit is contained in:
feige996
2025-05-28 00:51:49 +08:00
parent 6673c2e269
commit d35fabd893
6 changed files with 6 additions and 36 deletions

View File

@@ -1,5 +1,6 @@
<route lang="json5">
{
layout: 'tabbar',
style: {
navigationBarTitleText: '我的',
},

View File

@@ -1,20 +0,0 @@
<route lang="json5" type="page">
{
layout: 'tabbar',
style: {
navigationBarTitleText: '我的',
},
}
</route>
<template>
<view class="pt-40 text-xl text-center text-green-500">我的页面</view>
</template>
<script lang="ts" setup>
//
</script>
<style lang="scss" scoped>
//
</style>