You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
446 lines
11 KiB
446 lines
11 KiB
{ |
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages |
|
{ |
|
"path": "pages/login/login", |
|
"style": { |
|
"navigationBarTitleText": "登录", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
}, |
|
{ |
|
"path": "pages/index/index", |
|
"style": { |
|
"navigationBarTitleText": "工作台", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
}, |
|
{ |
|
"path": "pages/user/user", |
|
"style": { |
|
"navigationBarTitleText": "我的", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
}, |
|
{ |
|
"path": "pages/news/news", |
|
"style": { |
|
"navigationBarTitleText": "消息", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
}, |
|
{ |
|
"path": "pages/taskList/taskList", |
|
"style": { |
|
"navigationBarTitleText": "任务", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
}, |
|
{ |
|
"path": "pages/reportForms/reportForms", |
|
"style": { |
|
"navigationBarTitleText": "报表", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
} |
|
], |
|
"subPackages": [{ |
|
"root": "pagesHome", |
|
"pages": [{ |
|
"path": "pages/taskDetails/taskDetails", |
|
"style": { |
|
"navigationBarTitleText": "任务详情", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
}, |
|
{ |
|
"path": "pages/afterSalesDetails/afterSalesDetails", |
|
"style": { |
|
"navigationBarTitleText": "售后详情", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
}, |
|
{ |
|
"path": "pages/addInfo/addInfo", |
|
"style": { |
|
"navigationBarTitleText": "任务详情", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
}, |
|
{ |
|
"path": "pages/ParticularsOfCompletion/ParticularsOfCompletion", |
|
"style": { |
|
"navigationBarTitleText": "完工详情", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
}, |
|
{ |
|
"path": "pages/siginIn/siginIn", |
|
"style": { |
|
"navigationBarTitleText": "签入", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
}, |
|
{ |
|
"path": "pages/InitiateAfterSalesService/InitiateAfterSalesService", |
|
"style": { |
|
"navigationBarTitleText": "发起售后", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
}, |
|
{ |
|
"path": "pages/Video/Video", |
|
"style": { |
|
"navigationBarTitleText": "扫描页面", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
}, |
|
{ |
|
"path": "pages/subordinateInstallationList/subordinateInstallationList", |
|
"style": { |
|
"navigationBarTitleText": "下属安装列表", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
}, |
|
{ |
|
"path": "pages/subordinateAfterSalesList/subordinateAfterSalesList", |
|
"style": { |
|
"navigationBarTitleText": "下属安装列表", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
}, |
|
{ |
|
"path": "pages/checkAndAccept/checkAndAccept", |
|
"style": { |
|
"navigationBarTitleText": "验收", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
}, |
|
{ |
|
"path": "pages/ParticularsOfCompletionBySales/ParticularsOfCompletionBySales", |
|
"style": { |
|
"navigationBarTitleText": "售后完工", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
} |
|
] |
|
}, |
|
{ |
|
"root": "pagesUser", |
|
"pages": [{ |
|
"path": "pages/changePassword/changePassword", |
|
"style": { |
|
"navigationBarTitleText": "修改密码", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
}, |
|
{ |
|
"path": "pages/ToBeReviewed/ToBeReviewed", |
|
"style": { |
|
"navigationBarTitleText": "待审核", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
}, |
|
{ |
|
"path": "pages/InstallTaskList/InstallTaskList", |
|
"style": { |
|
"navigationBarTitleText": "安装任务", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
}, |
|
{ |
|
"path": "pages/InstallAfterSalesTaskList/InstallAfterSalesTaskList", |
|
"style": { |
|
"navigationBarTitleText": "安装任务", |
|
"enablePullDownRefresh": true, |
|
"onReachBottomDistance": 1, |
|
"navigationStyle": "custom", |
|
"app-plus": { |
|
"animationDuration": 300, |
|
"animationType": "zoom-fade-out", |
|
"pullToRefresh": { |
|
"support": true, |
|
"color": "#d3832a", //小圈圈的颜色 |
|
"style": "circle" //小圈圈的样式 |
|
} |
|
} |
|
} |
|
|
|
} |
|
] |
|
} |
|
], |
|
"permission": { |
|
"scope.userLocation": { |
|
"desc": "你的位置信息将用于小程序位置接口的效果展示" |
|
} |
|
}, |
|
"tabBar": { |
|
"color": "#999999", |
|
"selectedColor": "#df8926", |
|
"backgroundColor": "#ffffff", |
|
"list": [{ |
|
"pagePath": "pages/index/index", |
|
"iconPath": "/static/TabberIcon/icon1.png", |
|
"selectedIconPath": "/static/TabberIcon/icon1check.png", |
|
"text": "工作台" |
|
}, |
|
{ |
|
"pagePath": "pages/taskList/taskList", |
|
"iconPath": "/static/TabberIcon/icon2.png", |
|
"selectedIconPath": "/static/TabberIcon/icon2check.png", |
|
"text": "任务" |
|
}, |
|
{ |
|
"pagePath": "pages/user/user", |
|
"iconPath": "/static/TabberIcon/icon5.png", |
|
"selectedIconPath": "/static/TabberIcon/icon5check.png", |
|
"text": "我的" |
|
} |
|
] |
|
}, |
|
"globalStyle": { |
|
"navigationBarTextStyle": "black", |
|
"navigationBarTitleText": "uni-app", |
|
"navigationBarBackgroundColor": "#F8F8F8", |
|
"backgroundColor": "#F8F8F8" |
|
}, |
|
"uniIdRouter": {} |
|
} |