cyx-ament-wechat/miniprogram/app.json

84 lines
3.2 KiB
JSON
Raw Normal View History

2023-08-31 10:43:26 +08:00
{
"pages": [
2023-08-31 17:11:28 +08:00
"pages/loading/loading",
2023-09-06 15:30:30 +08:00
"pages/work/work",
2023-08-31 10:43:26 +08:00
"pages/mine/mine",
"pages/bind/bind",
2023-08-31 17:11:28 +08:00
"pages/evaluation/evaluation",
2023-08-31 10:43:26 +08:00
"pages/queryList/queryList",
"pages/approvalWarning/approvalWarning",
"pages/taskWarning/taskWarning",
2023-08-31 17:11:28 +08:00
"pages/approvalWarning/approvalForm/approvalForm",
"pages/workReport/workReport"
2023-08-31 10:43:26 +08:00
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#5199FF",
"navigationBarTitleText": "",
"navigationBarTextStyle": "white"
},
"sitemapLocation": "sitemap.json",
"usingComponents": {
"van-loading": "@vant/weapp/loading/index",
"van-dialog": "@vant/weapp/dialog/index",
"van-cell": "@vant/weapp/cell/index",
"van-cell-group": "@vant/weapp/cell-group/index",
"van-field": "@vant/weapp/field/index",
"van-button": "@vant/weapp/button/index",
"van-image": "@vant/weapp/image/index",
"van-col": "@vant/weapp/col/index",
"van-row": "@vant/weapp/row/index",
"van-toast": "@vant/weapp/toast/index",
"van-search": "@vant/weapp/search/index",
"van-icon": "@vant/weapp/icon/index",
"van-picker": "@vant/weapp/picker/index",
"van-popup": "@vant/weapp/popup/index",
"van-datetime-picker": "@vant/weapp/datetime-picker/index",
"van-action-sheet": "@vant/weapp/action-sheet/index",
"van-radio-group": "@vant/weapp/radio-group/index",
"van-radio": "@vant/weapp/radio/index",
"van-switch": "@vant/weapp/switch/index",
"van-collapse": "@vant/weapp/collapse/index",
"van-collapse-item": "@vant/weapp/collapse-item/index",
"van-tab": "@vant/weapp/tab/index",
"van-tabs": "@vant/weapp/tabs/index",
"van-checkbox": "@vant/weapp/checkbox/index",
"van-checkbox-group": "@vant/weapp/checkbox-group/index",
"van-dropdown-menu": "@vant/weapp/dropdown-menu/index",
"van-dropdown-item": "@vant/weapp/dropdown-item/index",
"van-stepper": "@vant/weapp/stepper/index",
"van-empty": "@vant/weapp/empty/index",
"van-tree-select": "@vant/weapp/tree-select/index",
2023-09-15 14:19:45 +08:00
"van-uploader": "@vant/weapp/uploader/index",
"van-card": "@vant/weapp/card/index"
2023-08-31 10:43:26 +08:00
},
"tabBar": {
"selectedColor": "#5199FF",
"list": [
{
"pagePath": "pages/evaluation/evaluation",
"text": "考评管理",
"iconPath": "/asset/img/evaluation.png",
"selectedIconPath": "/asset/img/evaluation_active.png"
},
{
"pagePath": "pages/work/work",
"text": "工作汇报",
"iconPath": "/asset/img/home.png",
"selectedIconPath": "/asset/img/home1.png"
},
{
"pagePath": "pages/mine/mine",
"text": "个人中心",
"iconPath": "/asset/img/my1.png",
"selectedIconPath": "/asset/img/my.png"
}
]
},
"plugins": {
"echarts": {
"version": "2.1.1",
"provider": "wx1db9e5ab1149ea03"
}
}
}