|
@ -5,16 +5,19 @@ |
|
|
"pages/myInfo/myInfo", |
|
|
"pages/myInfo/myInfo", |
|
|
"pages/overview/overview" |
|
|
"pages/overview/overview" |
|
|
], |
|
|
], |
|
|
"subPackages": [{ |
|
|
"subPackages": [ |
|
|
|
|
|
{ |
|
|
"root": "package", |
|
|
"root": "package", |
|
|
"pages": [ |
|
|
"pages": [ |
|
|
"polling/polling", |
|
|
"polling/polling", |
|
|
"polling/inspectionRecordDetail/inspectionRecordDetail", |
|
|
"polling/inspectionRecordDetail/inspectionRecordDetail", |
|
|
"basic/basic", |
|
|
"basic/basic", |
|
|
"startInspection/startInspection", |
|
|
"startInspection/startInspection", |
|
|
"inspectionInput/inspectionInput" |
|
|
"inspectionInput/inspectionInput", |
|
|
|
|
|
"troubleshooting/index" |
|
|
] |
|
|
] |
|
|
}], |
|
|
} |
|
|
|
|
|
], |
|
|
"window": { |
|
|
"window": { |
|
|
"backgroundTextStyle": "dark", |
|
|
"backgroundTextStyle": "dark", |
|
|
"navigationBarBackgroundColor": "#1979ff", |
|
|
"navigationBarBackgroundColor": "#1979ff", |
|
@ -25,12 +28,14 @@ |
|
|
"selectedColor": "#2F54FF", |
|
|
"selectedColor": "#2F54FF", |
|
|
"borderStyle": "black", |
|
|
"borderStyle": "black", |
|
|
"backgroundColor": "#ffffff", |
|
|
"backgroundColor": "#ffffff", |
|
|
"list": [{ |
|
|
"list": [ |
|
|
|
|
|
{ |
|
|
"pagePath": "pages/index/index", |
|
|
"pagePath": "pages/index/index", |
|
|
"iconPath": "images/tabBar/icon_polling.png", |
|
|
"iconPath": "images/tabBar/icon_polling.png", |
|
|
"selectedIconPath": "images/tabBar/icon_polling_active.png", |
|
|
"selectedIconPath": "images/tabBar/icon_polling_active.png", |
|
|
"text": "巡检总览" |
|
|
"text": "巡检总览" |
|
|
}, { |
|
|
}, |
|
|
|
|
|
{ |
|
|
"pagePath": "pages/overview/overview", |
|
|
"pagePath": "pages/overview/overview", |
|
|
"iconPath": "images/tabBar/icon_menu.png", |
|
|
"iconPath": "images/tabBar/icon_menu.png", |
|
|
"selectedIconPath": "images/tabBar/icon_menu_active.png", |
|
|
"selectedIconPath": "images/tabBar/icon_menu_active.png", |
|
|