123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- {
- "pages": [{
- "path": "pages/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/work/index",
- "style": {
- "navigationBarTitleText": "工作台",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index",
- "style": {
- "navigationBarTitleText": "通知公告",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/oldrenovation/indoor/indoor",
- "style": {
- "navigationBarTitleText": "室内"
- }
- },
- {
- "path": "pages/oldrenovation/courtyard/courtyard",
- "style": {
- "navigationBarTitleText": "庭院"
- }
- },
- {
- "path": "pages/oldrenovation/courtyard/newcourtyard",
- "style": {
- "navigationBarTitleText": "庭院"
- }
- },
- {
- "path": "pages/oldrenovation/overhead/overhead",
- "style": {
- "navigationBarTitleText": "架空"
- }
- },
- {
- "path": "pages/oldrenovation/overhead/newoverhead",
- "style": {
- "navigationBarTitleText": "架空"
- }
- },
- {
- "path": "pages/statistics/statistics",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/municipal/municipal",
- "style": {
- "navigationBarTitleText": "市政工程"
- }
- },
- {
- "path": "pages/enginproject/enginproject",
- "style": {
- "navigationBarTitleText": "工业工程"
- }
- },
- {
- "path": "pages/infrastructure/infrastructure",
- "style": {
- "navigationBarTitleText": "基建工程"
- }
- },
- {
- "path": "pages/dangerous/dangerous",
- "style": {
- "navigationBarTitleText": "危险作业工程"
- }
- },
- {
- "path": "pages/TopPipeWork/TopPipeWork",
- "style": {
- "navigationBarTitleText": "顶管工程"
- }
- },
- {
- "path": "pages/notice/noticeList",
- "style": {
- "navigationBarTitleText": "公告列表",
- "enablePullDownRefresh ": true
- }
- },
- {
- "path": "pages/statistics/historyDetails",
- "style": {
- "navigationBarTitleText": "历史详情"
- }
- },
- {
- "path": "pages/statistics/historyDetailsCourtyard",
- "style": {
- "navigationBarTitleText": "历史详情"
- }
- }, {
- "path": "pages/statistics/historyDetailsEnginproject",
- "style": {
- "navigationBarTitleText": "历史详情"
- }
- }, {
- "path": "pages/statistics/historyDetailsTopTube",
- "style": {
- "navigationBarTitleText": "历史详情"
- }
- },
- {
- "path": "pages/statistics/historyDetailMunicipal",
- "style": {
- "navigationBarTitleText": "历史详情"
- }
- },
- {
- "path": "pages/statistics/historyDetailsInfrastructure",
- "style": {
- "navigationBarTitleText": "历史详情"
- }
- },
- {
- "path": "pages/statistics/history_details_bottom_leg",
- "style": {
- "navigationBarTitleText": "历史详情"
- }
- },
- {
- "path": "pages/statistics/history_gas_sealing",
- "style": {
- "navigationBarTitleText": "历史详情"
- }
- },
- {
- "path": "pages/bottom_leg/bottom_leg",
- "style": {
- "navigationBarTitleText": "底腿"
- }
- },
- {
- "path": "pages/piping_record/piping_record",
- "style": {
- "navigationBarTitleText": "管道施工记录"
- }
- },
- {
- "path": "pages/open_bolt/open_bolt",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/surge_tank/surge_tank",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/gas_sealing_project/gas_sealing_project",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }
- ],
- "tabBar": {
- "color": "#5a5a5a",
- "selectedColor": "#2a95f1",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index",
- "iconPath": "static/images/tabbar/gg.png",
- "selectedIconPath": "static/images/tabbar/gg_.png",
- "text": "公告"
- }, {
- "pagePath": "pages/work/index",
- "iconPath": "static/images/tabbar/home.png",
- "selectedIconPath": "static/images/tabbar/home_.png",
- "text": "首页"
- }, {
- "pagePath": "pages/statistics/statistics",
- "iconPath": "static/images/tabbar/tj.png",
- "selectedIconPath": "static/images/tabbar/tj_.png",
- "text": "统计"
- }]
- },
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#77b0ff"
- }
- }
|