176 lines
4.4 KiB
JSON
176 lines
4.4 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "夯拉评分",
|
|
"enablePullDownRefresh": true,
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#FFFFFF"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/help",
|
|
"style": {
|
|
"navigationBarTitleText": "帮助中心",
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/vip",
|
|
"style": {
|
|
"navigationBarTitleText": "会员中心",
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/profile",
|
|
"style": {
|
|
"navigationBarTitleText": "个人信息",
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/mine",
|
|
"style": {
|
|
"navigationBarTitleText": "我的",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/release/index",
|
|
"style": {
|
|
"navigationBarTitleText": "发布中心",
|
|
"navigationStyle": "custom",
|
|
"backgroundColor": "#fbfbfb"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/pk/index",
|
|
"style": {
|
|
"navigationBarTitleText": "PK站",
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/message/index",
|
|
"style": {
|
|
"navigationBarTitleText": "消息",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/webview/index",
|
|
"style": {
|
|
"navigationBarTitleText": "加载中...",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/feedback/index",
|
|
"style": {
|
|
"navigationBarTitleText": "意见反馈",
|
|
"enablePullDownRefresh": false,
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/rating/index",
|
|
"style": {
|
|
"navigationBarTitleText": "夯拉评分",
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/rating/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "人物详情",
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/rating/pk",
|
|
"style": {
|
|
"navigationBarTitleText": "PK 对决",
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/topics",
|
|
"style": {
|
|
"navigationBarTitleText": "我参与的话题",
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh": true,
|
|
"onReachBottomDistance": 50
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mine/pk",
|
|
"style": {
|
|
"navigationBarTitleText": "我参与的PK",
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh": true,
|
|
"onReachBottomDistance": 50
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"mp-alipay": {
|
|
"transparentTitle": "always",
|
|
"titlePenetrate": "YES"
|
|
}
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#ff3b30",
|
|
"backgroundColor": "#ffffff",
|
|
"iconWidth": "24px",
|
|
"list": [
|
|
{
|
|
"text": "首页",
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/images/tabBar/home.png",
|
|
"selectedIconPath": "static/images/tabBar/home_s.png"
|
|
},
|
|
{
|
|
"text": "PK站",
|
|
"pagePath": "pages/pk/index",
|
|
"iconPath": "static/images/tabBar/pk.png",
|
|
"selectedIconPath": "static/images/tabBar/pk_s.png"
|
|
},
|
|
{
|
|
"text": "发布",
|
|
"pagePath": "pages/release/index",
|
|
"iconPath": "static/images/tabBar/publish.png",
|
|
"selectedIconPath": "static/images/tabBar/publish_s.png"
|
|
},
|
|
{
|
|
"text": "消息",
|
|
"pagePath": "pages/message/index",
|
|
"iconPath": "static/images/tabBar/message.png",
|
|
"selectedIconPath": "static/images/tabBar/message_s.png"
|
|
},
|
|
{
|
|
"text": "我的",
|
|
"pagePath": "pages/mine/mine",
|
|
"iconPath": "static/images/tabBar/me.png",
|
|
"selectedIconPath": "static/images/tabBar/me_s.png"
|
|
}
|
|
]
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|