| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- {
- "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/knowledge/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": "隐私政策"
- }
- }
- ],
- "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": "我的"
- }
- ]
- }
- }
|