| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- // "transparentTitle": "always",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/map/index",
- "style": {
- "navigationBarTitleText": "灌区地图",
- "navigationBarBackgroundColor": "#e9f3fd"
- }
- },
- {
- "path": "pages/message/index",
- "style": {
- "navigationBarTitleText": "消息",
- "navigationBarBackgroundColor": "#e9f3fd"
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/pages/Deploy/index",
- "style": {
- "navigationBarTitleText": "调配计划",
- "navigationBarBackgroundColor": "#e9f3fd"
- }
- },
- {
- "path": "pages/index/pages/Reservoir/index",
- "style": {
- "navigationBarTitleText": "水库水情",
- "navigationBarBackgroundColor": "#e9f3fd"
- }
- },
- {
- "path": "pages/index/pages/Reservoir/create/index",
- "style": {
- "navigationBarTitleText": "上报水库水情",
- "navigationBarBackgroundColor": "#e9f3fd"
- }
- },
- {
- "path": "pages/index/pages/Reservoir/info/index",
- "style": {
- "navigationBarTitleText": "水库水情详情",
- "navigationBarBackgroundColor": "#e9f3fd"
- }
- },
- {
- "path": "pages/index/pages/WaterLog/index",
- "style": {
- "navigationBarTitleText": "引水日志",
- "navigationBarBackgroundColor": "#e9f3fd"
- }
- },
- {
- "path": "pages/index/pages/WaterLog/create/index",
- "style": {
- "navigationBarTitleText": "上报引水量",
- "navigationBarBackgroundColor": "#e9f3fd"
- }
- },
- {
- "path": "pages/index/pages/WaterLog/info/index",
- "style": {
- "navigationBarTitleText": "引水量详情",
- "navigationBarBackgroundColor": "#e9f3fd"
- }
- },
- {
- "path": "pages/index/pages/Ditch/index",
- "style": {
- "navigationBarTitleText": "渠道水情",
- "navigationBarBackgroundColor": "#e9f3fd"
- }
- },
- {
- "path": "pages/index/pages/Ditch/create/index",
- "style": {
- "navigationBarTitleText": "上报供水量",
- "navigationBarBackgroundColor": "#e9f3fd"
- }
- },
- {
- "path": "pages/index/pages/Ditch/info/index",
- "style": {
- "navigationBarTitleText": "供水量详情",
- "navigationBarBackgroundColor": "#e9f3fd"
- }
- },
- {
- "path": "pages/index/pages/Analyse/index",
- "style": {
- "navigationBarTitleText": "供水分析",
- "navigationBarBackgroundColor": "#e9f3fd"
- }
- },
- {
- "path": "pages/index/pages/Progress/index",
- "style": {
- "navigationBarTitleText": "灌溉进度",
- "navigationBarBackgroundColor": "#e9f3fd"
- }
- },
- {
- "path": "pages/index/pages/Progress/create/index",
- "style": {
- "navigationBarTitleText": "上报灌溉进度",
- "navigationBarBackgroundColor": "#e9f3fd"
- }
- },
- {
- "path": "pages/waterMarkCamera/WaterMarkCamera",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path" : "pages/index/pages/MyFlow/index",
- "style" :
- {
- "navigationBarTitleText" : "我的流程",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#e9f3fd"
- }
- },
- {
- "path" : "pages/index/pages/InspectionPlan/index",
- "style" :
- {
- "navigationBarTitleText" : "巡检计划制定",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#e9f3fd"
- }
- },
- {
- "path" : "pages/drawMap/index",
- "style" :
- {
- "navigationBarTitleText" : "绘制范围",
- "enablePullDownRefresh" : false,
- "navigationBarBackgroundColor": "#e9f3fd"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "黑龙滩",
- "navigationBarBackgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#333",
- "selectedColor": "#2D74E7",
- "backgroundColor": "#fff",
- "fontSize": "14px",
- "height": "63px",
- "borderStyle": "white",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/images/tabbar/home.png",
- "selectedIconPath": "static/images/tabbar/home-a.png"
- },
- {
- "pagePath": "pages/map/index",
- "text": "地图",
- "iconPath": "static/images/tabbar/map.png",
- "selectedIconPath": "static/images/tabbar/map-a.png"
- },
- {
- "pagePath": "pages/message/index",
- "text": "消息",
- "iconPath": "static/images/tabbar/message.png",
- "selectedIconPath": "static/images/tabbar/message-a.png"
- },
- {
- "pagePath": "pages/user/index",
- "text": "我的",
- "iconPath": "static/images/tabbar/user.png",
- "selectedIconPath": "static/images/tabbar/user-a.png"
- }
- ]
- },
- "uniIdRouter": {}
- }
|