dykj-football/pages.json

111 lines
2.4 KiB
JSON
Raw Normal View History

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 16:15:47 +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 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"
}
},
{
"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-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 16:15:47 +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
}
}