{ "pages": [ { "path": "pages/dashboard/index", "style": { "navigationBarTitleText": "农小禹 - 首页" } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录", "navigationStyle": "custom" } }, { "path": "pages/login/register", "style": { "navigationBarTitleText": "注册", "navigationStyle": "custom" } }, { "path": "pages/login/forget-password", "style": { "navigationBarTitleText": "忘记密码", "navigationStyle": "custom" } }, { "path": "pages/userInfo/index", "style": { "navigationBarTitleText": "用户信息" } }, { "path": "pages/activity/index", "style": { "navigationBarTitleText": "农事活动", "disableScroll": true } }, { "path": "pages/activity/activity-detail", "style": { "navigationBarTitleText": "农事任务详情", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "enablePullDownRefresh": true } }, { "path": "pages/device/index", "style": { "navigationBarTitleText": "设备监测" } }, { "path": "pages/device/device-list/detail-camera", "style": { "navigationBarTitleText": "监控设备详情", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "enablePullDownRefresh": false } }, { "path": "pages/device/device-list/detail-collector", "style": { "navigationBarTitleText": "采集设备详情", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "enablePullDownRefresh": false } }, { "path": "pages/device/device-list/index", "style": { "navigationBarTitleText": "设备列表", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "enablePullDownRefresh": false, "disableScroll": true } }, { "path": "pages/device/device-list/detail-machine", "style": { "navigationBarTitleText": "农机设备详情", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "enablePullDownRefresh": false } }, { "path": "pages/knowledge/index", "style": { "navigationBarTitleText": "农业知识", "disableScroll": true } }, { "path": "pages/knowledge/detail", "style": { "navigationBarTitleText": "农业知识", "h5": { "navigationStyle": "custom" }, "app-plus": { "titleNView": { // "buttons": [{ // "type": "back", // "background": "transparent" // }] } }, "mp-weixin": { "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } } }, { "path": "pages/knowledge/ai-chat/index", "style": { "navigationBarTitleText": "问农小禹" } }, { "path": "pages/user/index", "style": { "navigationBarTitleText": "我的" } }, { "path": "pages/machine/index", "style": { "navigationBarTitleText": "农机管理" } }, { "path": "pages/ai-chat/index", "style": { "navigationBarTitleText": "AI问答" } }, { "path": "pages/field/index", "style": { "navigationBarTitleText": "地块管理" } }, { "path": "pages/more/index", "style": { "navigationBarTitleText": "更多服务" } }, { "path": "pages/settings/index", "style": { "navigationBarTitleText": "系统设置" } }, { "path": "pages/about/index", "style": { "navigationBarTitleText": "关于我们" } }, { "path": "pages/privacy/index", "style": { "navigationBarTitleText": "隐私政策" } }, { "path": "pages/plots/list", "style": { "navigationBarTitleText": "选择地块" } }, { "path": "pages/service/mall", "style": { "navigationBarTitleText": "农资商城", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "enablePullDownRefresh": true } }, { "path": "pages/service/mall-detail", "style": { "navigationBarTitleText": "商品详情", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "enablePullDownRefresh": false } }, { "path": "pages/service/sales", "style": { "navigationBarTitleText": "农品交易", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/service/expert", "style": { "navigationBarTitleText": "专家咨询", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/service/expert-detail", "style": { "navigationBarTitleText": "专家详情", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "enablePullDownRefresh": false } }, { "path": "pages/service/expert-chat", "style": { "navigationBarTitleText": "专家咨询", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "enablePullDownRefresh": false } }, { "path": "pages/service/certification", "style": { "navigationBarTitleText": "绿色认证申请", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/service/insurance", "style": { "navigationBarTitleText": "保险接入", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black" } }, { "path": "pages/service/sales-publish", "style": { "navigationBarTitleText": "发布农产品", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "enablePullDownRefresh": false } }, { "path": "pages/service/my-publish", "style": { "navigationBarTitleText": "我的发布", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "enablePullDownRefresh": false } }, { "path": "pages/service/purchase-publish", "style": { "navigationBarTitleText": "发布收购信息", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "enablePullDownRefresh": false } }, { "path": "pages/service/sales-detail", "style": { "navigationBarTitleText": "产品详情", "navigationBarBackgroundColor": "#ffffff", "navigationBarTextStyle": "black", "enablePullDownRefresh": false } } ], "tabBar": { "color": "#666666", "selectedColor": "#4CAF50", "backgroundColor": "#ffffff", "borderStyle": "black", "list": [{ "pagePath": "pages/dashboard/index", "iconPath": "static/icons/home.png", "selectedIconPath": "static/icons/home-active.png", "text": "首页" }, { "pagePath": "pages/activity/index", "iconPath": "static/icons/activity.png", "selectedIconPath": "static/icons/activity-active.png", "text": "农事" }, { "pagePath": "pages/device/index", "iconPath": "static/icons/device.png", "selectedIconPath": "static/icons/device-active.png", "text": "设备" }, { "pagePath": "pages/knowledge/index", "iconPath": "static/icons/knowledge.png", "selectedIconPath": "static/icons/knowledge-active.png", "text": "农技" }, { "pagePath": "pages/user/index", "iconPath": "static/icons/user.png", "selectedIconPath": "static/icons/user-active.png", "text": "我的" } ] }, "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue", "^dict-tag$": "components/common/dict-tag.vue" } }