app_evaluating/unpackage/dist/dev/.tmp/app-plus/app.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2020-01-09 16:29:09 +08:00
{
"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": {
2020-01-09 17:45:45 +08:00
"navigationBarTextStyle": "white",
2020-01-09 16:29:09 +08:00
"navigationBarTitleText": "uni-app",
2020-01-09 17:45:45 +08:00
"navigationBarBackgroundColor": "#008B8B",
"backgroundColor": "#008B8B"
2020-01-09 16:29:09 +08:00
},
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "当前任务",
"iconPath": "static/tabbar/ic_his_no.png",
"selectedIconPath": "static/tabbar/ic_his_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": {}
}