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

55 lines
1.4 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": {
2020-01-10 14:30:31 +08:00
"selectedColor": "#008B8B",
"color": "#555555",
2020-01-09 16:29:09 +08:00
"list": [
{
"pagePath": "pages/index/index",
"text": "当前任务",
2020-01-10 14:30:31 +08:00
"iconPath": "static/tabbar/ic_miss_no.png",
"selectedIconPath": "static/tabbar/ic_miss_sel.png"
2020-01-09 16:29:09 +08:00
},
2023-02-07 19:27:48 +08:00
{
"pagePath": "pages/evaluation/mineEvPage",
"text": "历史任务",
"iconPath": "static/tabbar/ic_his_no.png",
"selectedIconPath": "static/tabbar/ic_his_sel.png"
},
2020-01-09 16:29:09 +08:00
{
"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",
2023-02-07 19:27:48 +08:00
"usingComponents": {
"empty-view": "/components/empty-view"
}
2020-01-09 16:29:09 +08:00
}