|
@ -5,7 +5,8 @@ |
|
|
"pages/myInfo/myInfo", |
|
|
"pages/myInfo/myInfo", |
|
|
"pages/overview/overview", |
|
|
"pages/overview/overview", |
|
|
"pages/home/home", |
|
|
"pages/home/home", |
|
|
"custom-tab-bar/index" |
|
|
"custom-tab-bar/index", |
|
|
|
|
|
"pages/workbench/workbench" |
|
|
], |
|
|
], |
|
|
"subPackages": [ |
|
|
"subPackages": [ |
|
|
{ |
|
|
{ |
|
@ -20,7 +21,6 @@ |
|
|
"troubleshooting/shootingForm/index", |
|
|
"troubleshooting/shootingForm/index", |
|
|
"inspectionReport/inspectionReport", |
|
|
"inspectionReport/inspectionReport", |
|
|
"pointsStatus/pointsStatus", |
|
|
"pointsStatus/pointsStatus", |
|
|
"pie/index", |
|
|
|
|
|
"subSystem/subSystem" |
|
|
"subSystem/subSystem" |
|
|
] |
|
|
] |
|
|
} |
|
|
} |
|
@ -54,13 +54,18 @@ |
|
|
"iconPath": "images/tabBar/icon_person.png", |
|
|
"iconPath": "images/tabBar/icon_person.png", |
|
|
"selectedIconPath": "images/tabBar/icon_person_active.png", |
|
|
"selectedIconPath": "images/tabBar/icon_person_active.png", |
|
|
"text": "我的" |
|
|
"text": "我的" |
|
|
} |
|
|
}, |
|
|
, |
|
|
|
|
|
{ |
|
|
{ |
|
|
"pagePath": "pages/home/home", |
|
|
"pagePath": "pages/home/home", |
|
|
"iconPath": "/images/tabBar/icon_home.png", |
|
|
"iconPath": "/images/tabBar/icon_home.png", |
|
|
"selectedIconPath": "/images/tabBar/icon_home_active.png", |
|
|
"selectedIconPath": "/images/tabBar/icon_home_active.png", |
|
|
"text": "首页" |
|
|
"text": "首页" |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
"pagePath": "pages/workbench/workbench", |
|
|
|
|
|
"iconPath": "images/tabBar/icon_menu.png", |
|
|
|
|
|
"selectedIconPath": "images/tabBar/icon_menu_active.png", |
|
|
|
|
|
"text": "工作台" |
|
|
} |
|
|
} |
|
|
] |
|
|
] |
|
|
}, |
|
|
}, |
|
|