| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192 |
- {
- "pages": [
-
- {
- "path": "pages/dashboard/index",
- "style": {
- "navigationBarTitleText": "农小禹 - 首页"
- }
- },
- {
- "path": "pages/login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/userInfo/index",
- "style": {
- "navigationBarTitleText": "用户信息"
- }
- },
- {
- "path": "pages/activity/index",
- "style": {
- "navigationBarTitleText": "农事活动"
- }
- },
- {
- "path": "pages/device/index",
- "style": {
- "navigationBarTitleText": "设备监测"
- }
- },
- {
- "path": "pages/device-list/detail-camera",
- "style": {
- "navigationBarTitleText": "监控设备详情",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/device-list/detail-collector",
- "style": {
- "navigationBarTitleText": "采集设备详情",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/device-list/index",
- "style": {
- "navigationBarTitleText": "设备列表",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/knowledge/index",
- "style": {
- "navigationBarTitleText": "农业知识"
- }
- },
- {
- "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": "选择地块"
- }
- }
- ],
- "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"
- }
- }
|