@@ -12,6 +12,12 @@
|
||||
"navigationBarTitleText": "首页"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/user/user",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/settings/apiConfig",
|
||||
"style": {
|
||||
@@ -50,6 +56,12 @@
|
||||
"iconPath": "static/tabbar/home.png",
|
||||
"selectedIconPath": "static/tabbar/home-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/user/user",
|
||||
"text": "我的",
|
||||
"iconPath": "static/tabbar/settings.png",
|
||||
"selectedIconPath": "static/tabbar/settings-active.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/settings/apiConfig",
|
||||
"text": "设置",
|
||||
|
||||
Reference in New Issue
Block a user