dykj-football/pages.json
2024-04-19 17:54:54 +08:00

153 lines
3.5 KiB
JSON
Raw Permalink 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/user/compontents/recharge",
"style": {
"navigationBarTitleText": "充值",
"navigationStyle": "custom"
}
},
{
"path": "pages/user/compontents/discount",
"style": {
"navigationBarTitleText": "打折活动",
"navigationStyle": "custom"
}
},
{
"path": "pages/user/compontents/purchasedPlan",
"style": {
"navigationBarTitleText": "已购方案",
"navigationStyle": "custom"
}
},
{
"path": "pages/user/compontents/integralShop",
"style": {
"navigationBarTitleText": "积分商城",
"navigationStyle": "custom"
}
},
{
"path": "pages/user/compontents/VIPMember",
"style": {
"navigationBarTitleText": "VIP",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/compontents/bigMaster",
"style": {
"navigationBarTitleText": "大宗师",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/compontents/masterHand",
"style": {
"navigationBarTitleText": "高手详情",
"navigationStyle": "custom"
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/compontents/billingPage",
"style": {
"navigationBarTitleText": "结算页面",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/compontents/integralGuess",
"style": {
"navigationBarTitleText": "积分竞猜",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/compontents/scheme",
"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": "我的"
}
]
}
}