feat: 新增我的页面,以及tabbar跳转

This commit is contained in:
hackrobot
2024-03-19 19:50:12 +08:00
parent f96694adb2
commit 0b4be1572d
4 changed files with 70 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
export default defineAppConfig({
pages: [
'pages/index/index'
'pages/index/index',
'pages/my/index',
],
window: {
backgroundTextStyle: 'light',