123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "pages": [{
- "path": "pages/homePage/homePage",
- "style": {
- "h5": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/initBind/initBind",
- "style": {
- "h5": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/repairEntrance/repairEntrance",
- "style": {
- "h5": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/incidentList/incidentList",
- "style": {
- "h5": {
- "titleNView": false
- },
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/my/my",
- "style": {
- "h5": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/changeUser/changeUser",
- "style": {
- "h5": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/handler/handler",
- "style": {
- "h5": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/consumableList/consumableList",
- "style": {
- "h5": {
- "titleNView": false
- },
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/workHourManagementOne/workHourManagementOne",
- "style": {
- "h5": {
- "titleNView": false
- },
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/workHourManagementTwo/workHourManagementTwo",
- "style": {
- "h5": {
- "titleNView": false
- },
- "enablePullDownRefresh": true
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#888",
- "selectedColor": "#49B856",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/incidentList/incidentList",
- "iconPath": "static/img/icon_incidentList.png",
- "selectedIconPath": "static/img/icon_incidentList_active.png",
- "text": "故障"
- }, {
- "pagePath": "pages/my/my",
- "iconPath": "static/img/icon_my.png",
- "selectedIconPath": "static/img/icon_my_active.png",
- "text": "我的"
- }]
- }
- }
|