{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/login/index", "style": { "navigationBarTitleText": "智慧农业", "navigationStyle": "custom" } } ,{ "path" : "pages/home/index", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": true, "navigationStyle": "custom" } } ,{ "path" : "pages/mine/index", "style" : { "navigationBarTitleText": "我的", "enablePullDownRefresh": false, "navigationStyle": "custom" } },{ "path" : "pages/mine/password", "style" : { "navigationBarTitleText": "修改密码", "enablePullDownRefresh": false } }, { "path" : "pages/dataAcquisition/index", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": true } } ,{ "path" : "pages/dataAcquisition/collectionDetail", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false, "navigationStyle": "custom" } } ,{ "path" : "pages/service/service", "style" : { "navigationBarTitleText": "农服", "enablePullDownRefresh": true } } ,{ "path" : "pages/dataAcquisition/deviceDetail", "style" : { "navigationBarTitleText": "设备监控", "enablePullDownRefresh": false } } ,{ "path" : "pages/videoMonitor/webview", "style" : { "navigationBarTitleText": "", "enablePullDownRefresh": false } } ,{ "path" : "pages/farm/detail/taskManageDetail", "style" : { "navigationBarTitleText": "农事明细", "enablePullDownRefresh": true } } ,{ "path" : "pages/service/newsDetail", "style" : { "navigationBarTitleText": "新闻内容", "enablePullDownRefresh": false } } ,{ "path" : "pages/farm/detail/employee", "style" : { "navigationBarTitleText": "选择参与人", "enablePullDownRefresh": false } }, { "path" : "pages/farm/index", "style" : { "navigationBarTitleText" : "我负责的批次", "enablePullDownRefresh" : true, "navigationStyle": "custom" } }, { "path" : "pages/farm/taskList", "style" : { "navigationBarTitleText" : "任务列表", "enablePullDownRefresh" : true } }, { "path" : "pages/farm/detail/employeeWorkHours", "style" : { "navigationBarTitleText" : "人工工时", "enablePullDownRefresh" : true, "app-plus": { "titleNView":false, "bounce": "none" } } }, { "path" : "pages/farm/detail/machineWorkHours", "style" : { "navigationBarTitleText" : "机械工时", "enablePullDownRefresh" : true, "app-plus": { "titleNView":false, "bounce": "none" } } }, { "path" : "pages/farm/detail/materialUsedCount", "style" : { "navigationBarTitleText" : "农资用量", "enablePullDownRefresh" : true, "app-plus": { "titleNView":false, "bounce": "none" } } }, { "path" : "pages/baseMap/baseMap", "style" : { "navigationBarTitleText" : "基地地图", "enablePullDownRefresh" : false } }, { "path" : "pages/ocr/ocr", "style" : { "navigationBarTitleText" : "病虫害识别", "enablePullDownRefresh" : false } } , { "path" : "pages/ai/ai", "style" : { "navigationBarTitleText" : "人工智能", "enablePullDownRefresh" : false } }, { "path" : "pages/videoMonitor/videoPlay", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#919393", "selectedColor": "#67B873", "borderStyle": "white", "list": [ { "iconPath": "static/tab/myhome.png", "selectedIconPath": "static/tab/myhome_a2.png", "pagePath": "pages/home/index", "text": "首页" }, // { // "iconPath": "static/tab/farm.png", // "selectedIconPath": "static/tab/farm_a2.png", // "pagePath": "pages/farm/index", // "text": "农场" // }, { "iconPath": "static/tab/service.png", "selectedIconPath": "static/tab/service_a2.png", "pagePath": "pages/service/service", "text": "资讯" }, { "iconPath": "static/tab/ai.png", "selectedIconPath": "static/tab/ai_a2.png", "pagePath": "pages/ai/ai", "text": "人工智能" }, { "iconPath": "static/tab/map.png", "selectedIconPath": "static/tab/map_a2.png", "pagePath": "pages/baseMap/baseMap", "text": "基地地图" }, { "iconPath": "static/tab/my.png", "selectedIconPath": "static/tab/my_a2.png", "pagePath": "pages/mine/index", "text": "我的" } ] } }