{ "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": {} }