dykj-football/pages.json
2024-04-19 14:06:00 +08:00

90 lines
2.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
}
},
{
"path": "pages/school/index",
"style": {
"navigationBarTitleText": "门派",
"navigationStyle": "custom"
}
},
{
"path": "pages/intelLigence/index",
"style": {
"navigationBarTitleText": "赛事",
"navigationStyle": "custom"
}
},
{
"path": "pages/rankList/index",
"style": {
"navigationBarTitleText": "排行榜",
"navigationStyle": "custom"
}
},
{
"path": "pages/user/index",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
},
{
"path": "pages/user/compontents/attention",
"style": {
"navigationBarTitleText": "关注列表",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/compontents/bigMaster",
"style": {
"navigationBarTitleText": "大宗师",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/compontents/masterHand",
"style": {
"navigationBarTitleText": "高手详情",
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"list": [{
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/school/index",
"text": "门派"
},
{
"pagePath": "pages/intelLigence/index",
"text": "赛事"
},
{
"pagePath": "pages/rankList/index",
"text": "排行榜"
},
{
"pagePath": "pages/user/index",
"text": "我的"
}
]
}
}