1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "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
- }
- }
- }
- ],
- "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": "我的"
- }]
- }
- }
|