底部导航位置调整

This commit is contained in:
ycy 2024-04-18 16:15:47 +08:00
parent 201ed4134d
commit 613eea9929

View File

@ -7,6 +7,13 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{
"path": "pages/school/index",
"style": {
"navigationBarTitleText": "门派",
"navigationStyle": "custom"
}
},
{ {
"path": "pages/intelLigence/index", "path": "pages/intelLigence/index",
"style": { "style": {
@ -20,13 +27,6 @@
"navigationBarTitleText": "排行榜", "navigationBarTitleText": "排行榜",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
},
{
"path": "pages/school/index",
"style": {
"navigationBarTitleText": "门派",
"navigationStyle": "custom"
}
}, },
{ {
"path": "pages/user/index", "path": "pages/user/index",
@ -55,10 +55,6 @@
"pagePath": "pages/index/index", "pagePath": "pages/index/index",
"text": "首页" "text": "首页"
}, },
{
"pagePath": "pages/intelLigence/index",
"text": "赛事"
},
{ {
"pagePath": "pages/school/index", "pagePath": "pages/school/index",
"text": "门派" "text": "门派"
@ -70,6 +66,10 @@
{ {
"pagePath": "pages/rankList/index", "pagePath": "pages/rankList/index",
"text": "排行榜" "text": "排行榜"
},
{
"pagePath": "pages/user/index",
"text": "我的"
} }
] ]
} }