123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208 |
- {
- "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
- }
- },
- {
- "path": "pages/categoryOne/categoryOne",
- "style": {
- "h5": {
- "titleNView": false
- },
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/categoryTwo/categoryTwo",
- "style": {
- "h5": {
- "titleNView": false
- },
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/categoryThree/categoryThree",
- "style": {
- "h5": {
- "titleNView": false
- },
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/synergeticAdd/synergeticAdd",
- "style": {
- "h5": {
- "titleNView": false
- },
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/incidentDetail/incidentDetail",
- "style": {
- "h5": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/buildIncident/buildIncident",
- "style": {
- "h5": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/searchDept/searchDept",
- "style": {
- "h5": {
- "titleNView": false
- },
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/searchArea/searchArea",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/searchPlace/searchPlace",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/assign/assign",
- "style": {
- "h5": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/repository/repository",
- "style": {
- "h5": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/repositoryDetails/repositoryDetails",
- "style": {
- "h5": {
- "titleNView": false
- }
- }
- }
- ],
- "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": "我的"
- }]
- }
- }
|