2024-04-17 15:27:43 +08:00
|
|
|
|
{
|
2024-04-17 16:50:40 +08:00
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
2024-04-18 15:41:58 +08:00
|
|
|
|
"navigationBarTitleText": "首页",
|
2024-04-17 16:50:40 +08:00
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2024-04-18 09:04:08 +08:00
|
|
|
|
},
|
2024-04-18 19:39:52 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/school/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "门派",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
2024-04-18 15:41:58 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/intelLigence/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "赛事",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/rankList/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "排行榜",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2024-04-18 09:04:08 +08:00
|
|
|
|
},
|
2024-04-18 15:58:25 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/user/index",
|
|
|
|
|
"style": {
|
2024-04-18 16:12:29 +08:00
|
|
|
|
"navigationBarTitleText": "我的",
|
2024-04-18 15:58:25 +08:00
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/user/compontents/attention",
|
|
|
|
|
"style": {
|
2024-04-18 16:12:29 +08:00
|
|
|
|
"navigationBarTitleText": "关注列表",
|
2024-04-18 15:58:25 +08:00
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2024-04-19 14:41:34 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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"
|
|
|
|
|
}
|
2024-04-19 14:43:43 +08:00
|
|
|
|
},
|
2024-04-18 19:39:52 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/compontents/bigMaster",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "大宗师",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2024-04-19 14:06:00 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/compontents/masterHand",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "高手详情",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2024-04-19 16:35:16 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/login/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "登录",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/compontents/billingPage",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "结算页面",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-04-17 16:50:40 +08:00
|
|
|
|
],
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
|
},
|
|
|
|
|
"uniIdRouter": {},
|
|
|
|
|
"tabBar": {
|
2024-04-18 15:41:58 +08:00
|
|
|
|
"list": [{
|
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
|
"text": "首页"
|
|
|
|
|
},
|
2024-04-18 19:39:52 +08:00
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/school/index",
|
|
|
|
|
"text": "门派"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/intelLigence/index",
|
|
|
|
|
"text": "赛事"
|
|
|
|
|
},
|
2024-04-18 15:41:58 +08:00
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/rankList/index",
|
|
|
|
|
"text": "排行榜"
|
2024-04-18 16:15:47 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/user/index",
|
|
|
|
|
"text": "我的"
|
2024-04-18 15:41:58 +08:00
|
|
|
|
}
|
|
|
|
|
]
|
2024-04-17 16:50:40 +08:00
|
|
|
|
}
|
|
|
|
|
}
|