120 lines
2.4 KiB
JSON
120 lines
2.4 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/welcome",
|
||
"style": {
|
||
"navigationBarTitleText": "五星党建"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "五星党建"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/auth/login",
|
||
"style": {
|
||
"navigationBarTitleText": "登录"
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/score/category",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : "填报"
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/score/form",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : "填报"
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/score/list",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : "我的填报",
|
||
"enablePullDownRefresh": true
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/score/detail",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : "详细"
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/score/user-rank",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : "排行榜"
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/user/profile",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : "个人中心",
|
||
"navigationBarBackgroundColor": "white",
|
||
"navigationBarTextStyle": "black"
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/user/setting",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : "设置"
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/article/detail",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : "文章详细"
|
||
}
|
||
},
|
||
{
|
||
"path" : "pages/feedback/add",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText" : "书记信箱"
|
||
}
|
||
}
|
||
],
|
||
"tabBar": {
|
||
"backgroundColor": "#FFFFFF",
|
||
"color": "#B2B2B2",
|
||
"selectedColor": "#C20000",
|
||
"borderStyle": "white",
|
||
"list": [{
|
||
"pagePath": "pages/index/index",
|
||
"iconPath": "static/images/home.png",
|
||
"selectedIconPath": "static/images/home-active.png",
|
||
"text": "首页"
|
||
}, {
|
||
"pagePath": "pages/score/category",
|
||
"iconPath": "static/images/form.png",
|
||
"selectedIconPath": "static/images/form-active.png",
|
||
"text": "填报"
|
||
}, {
|
||
"pagePath": "pages/user/profile",
|
||
"iconPath": "static/images/user.png",
|
||
"selectedIconPath": "static/images/user-active.png",
|
||
"text": "我的"
|
||
}]
|
||
},
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "white",
|
||
"navigationBarTitleText": "五星党建",
|
||
"navigationBarBackgroundColor": "#C20000",
|
||
"backgroundColor": "#efefef"
|
||
},
|
||
"easycom": {
|
||
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||
}
|
||
}
|