app_evaluating/unpackage/dist/dev/.tmp/app-plus/app.json
2020-01-10 14:30:31 +08:00

47 lines
1.2 KiB
JSON

{
"pages": [
"pages/login/index",
"pages/index/index",
"pages/mine/index",
"pages/evaluation/index",
"pages/evaluation/doEvaluation",
"pages/mine/changePwdPage",
"pages/evaluation/mineEvPage",
"pages/evaluation/missionDetail",
"pages/mine/changePwdPage",
"pages/mine/changeMineInfo"
],
"window": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#008B8B",
"backgroundColor": "#008B8B"
},
"tabBar": {
"selectedColor": "#008B8B",
"color": "#555555",
"list": [
{
"pagePath": "pages/index/index",
"text": "当前任务",
"iconPath": "static/tabbar/ic_miss_no.png",
"selectedIconPath": "static/tabbar/ic_miss_sel.png"
},
{
"pagePath": "pages/mine/index",
"text": "我的",
"iconPath": "static/tabbar/ic_mine_no.png",
"selectedIconPath": "static/tabbar/ic_mine_sel.png"
}
]
},
"nvueCompiler": "uni-app",
"renderer": "auto",
"splashscreen": {
"alwaysShowBeforeRender": true,
"autoclose": false
},
"appname": "民主测评",
"compilerVersion": "2.4.6",
"usingComponents": {}
}