123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "扫码处理业务",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/history/history",
- "style": {
- "navigationBarTitleText": "操作记录",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/history/detail/detail",
- "style": {
- "navigationBarTitleText": "操作记录详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path" : "pages/myCenter/myCenter",
- "style" :
- {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
-
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/authorizedLogin/index",
- "style": {
- "navigationBarTitleText": "授权登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/service_agreement/service_agreement",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "隐私协议"
- }
- }
- ,{
- "path" : "pages/app_views/satisfaction_evaluation/satisfaction_evaluation",
- "style" :
- {
- "navigationBarTitleText": "满意度评价",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/app_views/safe_checked/safe_checked",
- "style" :
- {
- "navigationBarTitleText": "安全巡检",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/app_views/danger/submit/submit",
- "style" :
- {
- "navigationBarTitleText": "登记隐患",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/app_views/equipment_maintenance/equipment_maintenance",
- "style" :
- {
- "navigationBarTitleText": "设备保养",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/app_views/problem_feedback/problem_feedback",
- "style" :
- {
- "navigationBarTitleText": "问题反馈",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/app_views/danger/handle/handle",
- "style" :
- {
- "navigationBarTitleText": "隐患处理",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/app_views/checkList/index/index",
- "style" :
- {
- "navigationBarTitleText": "清单",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/app_views/checkList/form/form",
- "style" :
- {
- "navigationBarTitleText": "风险点巡检",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/app_views/hazard/index/index",
- "style" :
- {
- "navigationBarTitleText": "危险源清单",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/app_views/hazard/form/form",
- "style" :
- {
- "navigationBarTitleText": "清单检查",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/myCenter/profile/profile",
- "style" :
- {
- "navigationBarTitleText": "个人信息",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/task/task",
- "style" :
- {
- "navigationBarTitleText": "代办任务",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
-
- }
- ,{
- "path" : "pages/danger/danger",
- "style" :
- {
- "navigationBarTitleText": "待处理隐患",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
-
- }
- ,{
- "path" : "pages/app_views/problem_feedback/record/record",
- "style" :
- {
- "navigationBarTitleText": "问题反馈记录",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/app_views/problem_feedback/form/form",
- "style" :
- {
- "navigationBarTitleText": "反馈处理",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/app_views/checkList/detail/detail",
- "style" :
- {
- "navigationBarTitleText": "检查表详情",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/app_views/clockIn/index",
- "style" :
- {
- "navigationBarTitleText": "打卡签到",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
-
- },
- {
- "path" : "pages/app_views/checkList/hazardRecord/hazardRecord",
- "style" :
- {
- "navigationBarTitleText" : "任务处理",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/app_views/checkList/hazardRecord/form",
- "style" :
- {
- "navigationBarTitleText" : "任务处理",
- "enablePullDownRefresh" : false
- }
- },
- {
- "path" : "pages/app_views/hazard/detail/detail",
- "style" :
- {
- "navigationBarTitleText" : "危险源清单详情",
- "enablePullDownRefresh" : false
- }
- }
- ],
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#1296db",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabbar/index.png",
- "selectedIconPath": "static/tabbar/indexEd.png",
- "text": "首页"
- }, {
- "pagePath": "pages/history/history",
- "iconPath": "static/tabbar/history.png",
- "selectedIconPath": "static/tabbar/historyEd.png",
- "text": "操作记录"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于打卡签到定位" // 打卡签到定位
- }
- },
- "uniIdRouter": {}
- }
|