2023-10-17 11:00:41 +08:00
|
|
|
|
{
|
2023-10-17 16:02:55 +08:00
|
|
|
|
"easycom": {
|
|
|
|
|
// 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
|
|
|
|
|
"custom": {
|
|
|
|
|
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
|
|
|
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
|
|
|
|
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
|
|
|
|
|
}
|
|
|
|
|
},
|
2023-10-17 11:00:41 +08:00
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
{
|
2023-11-27 18:23:17 +08:00
|
|
|
|
"path": "pages/index/massif",
|
2023-12-13 15:57:20 +08:00
|
|
|
|
|
2023-11-27 18:23:17 +08:00
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "地块",
|
|
|
|
|
"navigationStyle": "custom",
|
2024-01-03 19:11:45 +08:00
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarBackgroundColor": "#35D190",
|
2023-11-27 18:23:17 +08:00
|
|
|
|
"navigationBarTextStyle": "black"
|
|
|
|
|
}
|
2023-12-13 15:57:20 +08:00
|
|
|
|
}, {
|
2023-10-17 11:00:41 +08:00
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
2023-11-25 16:18:54 +08:00
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
"enablePullDownRefresh": true
|
2023-10-20 18:45:15 +08:00
|
|
|
|
}
|
2023-10-23 09:00:12 +08:00
|
|
|
|
},
|
2023-11-22 14:08:24 +08:00
|
|
|
|
// 和撒旦发射点恢复健康快点发货速度较快live harvest
|
2023-10-23 09:00:12 +08:00
|
|
|
|
{
|
2023-11-22 14:08:24 +08:00
|
|
|
|
"path": "pages/landDetail/index",
|
2023-10-23 09:00:12 +08:00
|
|
|
|
"style": {
|
2023-11-22 14:08:24 +08:00
|
|
|
|
"navigationBarTitleText": "土地详情",
|
2023-10-23 09:00:12 +08:00
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-02 18:18:57 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#35D190",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-10-23 09:00:12 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
2023-11-25 16:18:54 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/landDetail/tudi",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "种植详情",
|
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-03 19:11:45 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#35D190",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-11-25 16:18:54 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
2023-10-23 09:00:12 +08:00
|
|
|
|
{
|
2023-11-22 14:08:24 +08:00
|
|
|
|
"path": "pages/husbandryForm/harvest",
|
2023-10-23 09:00:12 +08:00
|
|
|
|
"style": {
|
2023-11-22 14:08:24 +08:00
|
|
|
|
"navigationBarTitleText": "添加收获信息",
|
2023-10-23 09:00:12 +08:00
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-03 19:11:45 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#35D190",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-10-23 09:00:12 +08:00
|
|
|
|
}
|
2023-10-25 19:55:18 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
2023-11-22 14:08:24 +08:00
|
|
|
|
"path": "pages/husbandryForm/Pest",
|
2023-10-25 19:55:18 +08:00
|
|
|
|
"style": {
|
2023-11-22 14:08:24 +08:00
|
|
|
|
"navigationBarTitleText": "添加虫害防治信息",
|
2023-10-25 19:55:18 +08:00
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-03 19:11:45 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#35D190",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-10-25 19:55:18 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
2023-11-22 14:08:24 +08:00
|
|
|
|
"path": "pages/husbandryForm/irrigate",
|
2023-10-25 19:55:18 +08:00
|
|
|
|
"style": {
|
2023-11-22 14:08:24 +08:00
|
|
|
|
"navigationBarTitleText": "添加灌溉信息",
|
2023-10-25 19:55:18 +08:00
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-03 19:11:45 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#35D190",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-10-25 19:55:18 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
2023-11-22 14:08:24 +08:00
|
|
|
|
"path": "pages/husbandryForm/weeding",
|
2023-10-25 19:55:18 +08:00
|
|
|
|
"style": {
|
2023-11-22 14:08:24 +08:00
|
|
|
|
"navigationBarTitleText": "添加除草信息",
|
2023-10-25 19:55:18 +08:00
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-03 19:11:45 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#35D190",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-10-25 19:55:18 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
2023-11-22 14:08:24 +08:00
|
|
|
|
"path": "pages/husbandryForm/fertilize",
|
2023-10-25 19:55:18 +08:00
|
|
|
|
"style": {
|
2023-11-22 14:08:24 +08:00
|
|
|
|
"navigationBarTitleText": "添加施肥信息",
|
2023-10-25 19:55:18 +08:00
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-03 19:11:45 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#35D190",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-10-25 19:55:18 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
2023-11-22 14:08:24 +08:00
|
|
|
|
"path": "pages/husbandryForm/sow",
|
2023-10-25 19:55:18 +08:00
|
|
|
|
"style": {
|
2023-11-22 14:08:24 +08:00
|
|
|
|
"navigationBarTitleText": "添加种植信息",
|
2023-10-25 19:55:18 +08:00
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-03 19:11:45 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#35D190",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-10-25 19:55:18 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
2023-11-22 14:08:24 +08:00
|
|
|
|
"path": "pages/live/live",
|
2023-10-23 17:57:19 +08:00
|
|
|
|
"style": {
|
2024-01-09 13:39:17 +08:00
|
|
|
|
"navigationBarTitleText": "苗情监测",
|
2024-01-11 08:43:15 +08:00
|
|
|
|
// "navigationStyle": "custom",
|
2023-12-20 23:41:00 +08:00
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-03 19:11:45 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#35D190",
|
2024-01-11 08:43:15 +08:00
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
"app-plus": {
|
|
|
|
|
"subNVues": [{
|
|
|
|
|
"path": "pages/live/loading", //路径地址
|
|
|
|
|
"id": "subNvue", //唯一id,一个页面下最多三个最好,否则影响性能
|
|
|
|
|
// "type": "popup" 如果是弹窗可开启
|
|
|
|
|
//这个是初始样式,当然初始想隐藏的话,这个不重要
|
|
|
|
|
"style": {
|
|
|
|
|
"width": "100%",
|
|
|
|
|
"height": "100%",
|
|
|
|
|
"position": "absolute"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}]
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/live/liveIos",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "苗情监测",
|
|
|
|
|
// "navigationStyle": "custom",
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
"navigationBarBackgroundColor": "#35D190",
|
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
"app-plus": {
|
|
|
|
|
"subNVues": [{
|
|
|
|
|
"path": "pages/live/loading", //路径地址
|
|
|
|
|
"id": "subNvueIos", //唯一id,一个页面下最多三个最好,否则影响性能
|
|
|
|
|
// "type": "popup" 如果是弹窗可开启
|
|
|
|
|
//这个是初始样式,当然初始想隐藏的话,这个不重要
|
|
|
|
|
"style": {
|
|
|
|
|
"width": "100%",
|
|
|
|
|
"height": "100%",
|
|
|
|
|
"position": "absolute"
|
2024-01-06 18:31:14 +08:00
|
|
|
|
|
|
|
|
|
|
2024-01-11 08:43:15 +08:00
|
|
|
|
}
|
|
|
|
|
}]
|
|
|
|
|
}
|
2024-01-06 18:31:14 +08:00
|
|
|
|
|
|
|
|
|
|
2023-12-20 23:41:00 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
2024-01-08 18:28:46 +08:00
|
|
|
|
|
2023-11-21 18:54:33 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/addLand/addLand",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "添加土地信息",
|
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-03 19:11:45 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#35D190",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-11-21 18:54:33 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
2023-12-18 18:48:57 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/addLand/select_address_n",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "选择位置",
|
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-03 19:11:45 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#35D190",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-12-18 18:48:57 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
2023-12-13 15:57:20 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/equipment/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的设备",
|
|
|
|
|
"enablePullDownRefresh": true,
|
|
|
|
|
"navigationBarBackgroundColor": "#35D190",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
|
|
|
|
}
|
|
|
|
|
},
|
2023-11-28 18:08:39 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/landDetail/results",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "溯源结果",
|
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-03 19:11:45 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#35D190",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-11-28 18:08:39 +08:00
|
|
|
|
}
|
2023-12-13 15:57:20 +08:00
|
|
|
|
}, {
|
2023-11-29 18:11:21 +08:00
|
|
|
|
"path": "pages/husbandryForm/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "操作详情",
|
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-03 19:11:45 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#35D190",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-11-29 18:11:21 +08:00
|
|
|
|
}
|
2023-11-28 18:08:39 +08:00
|
|
|
|
},
|
2023-11-21 18:54:33 +08:00
|
|
|
|
{
|
|
|
|
|
"path": "pages/updatePassword/updatePassword",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "密码修改",
|
|
|
|
|
"enablePullDownRefresh": false,
|
2024-01-03 19:11:45 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#35D190",
|
|
|
|
|
"navigationBarTextStyle": "white"
|
2023-11-21 18:54:33 +08:00
|
|
|
|
}
|
|
|
|
|
},
|
2023-10-23 09:00:12 +08:00
|
|
|
|
{
|
2023-11-21 18:54:33 +08:00
|
|
|
|
"path": "pages/index/personal",
|
2023-10-17 16:02:55 +08:00
|
|
|
|
"style": {
|
2023-11-21 18:54:33 +08:00
|
|
|
|
"navigationStyle": "custom"
|
2023-10-17 16:02:55 +08:00
|
|
|
|
}
|
|
|
|
|
}, {
|
2023-11-21 18:54:33 +08:00
|
|
|
|
"path": "pages/Login/login",
|
2023-10-17 16:02:55 +08:00
|
|
|
|
"style": {
|
2023-11-21 18:54:33 +08:00
|
|
|
|
"navigationStyle": "custom"
|
2023-10-17 11:00:41 +08:00
|
|
|
|
}
|
2023-11-29 18:11:21 +08:00
|
|
|
|
}, {
|
2023-11-23 10:58:26 +08:00
|
|
|
|
"path": "pages/Login/resgier",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-11-21 18:54:33 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2023-10-17 11:00:41 +08:00
|
|
|
|
],
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
|
},
|
2023-11-21 18:54:33 +08:00
|
|
|
|
"tabBar": {
|
2023-12-24 20:53:41 +08:00
|
|
|
|
"color": "#282828",
|
|
|
|
|
"selectedColor": "#0122C7",
|
2023-11-21 18:54:33 +08:00
|
|
|
|
"borderStyle": "white",
|
2023-12-24 20:53:41 +08:00
|
|
|
|
"backgroundColor": "#ffffff",
|
2023-11-21 18:54:33 +08:00
|
|
|
|
"list": [{
|
2023-11-25 16:18:54 +08:00
|
|
|
|
"pagePath": "pages/index/massif",
|
2023-12-25 00:26:32 +08:00
|
|
|
|
"iconPath": "static/tabs-icon/sy.png",
|
|
|
|
|
"selectedIconPath": "static/tabs-icon/sydj.png"
|
2023-11-25 16:18:54 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/index/index",
|
2023-12-25 00:26:32 +08:00
|
|
|
|
|
|
|
|
|
"iconPath": "static/tabs-icon/dk.png",
|
|
|
|
|
"selectedIconPath": "static/tabs-icon/dkdj.png"
|
2023-11-21 18:54:33 +08:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/index/personal",
|
2023-12-24 20:53:41 +08:00
|
|
|
|
"iconPath": "static/tabs-icon/approval.png",
|
|
|
|
|
"selectedIconPath": "static/tabs-icon/approval-a.png"
|
2023-11-21 18:54:33 +08:00
|
|
|
|
}
|
2023-10-17 16:02:55 +08:00
|
|
|
|
|
2023-11-21 18:54:33 +08:00
|
|
|
|
]
|
|
|
|
|
},
|
2023-12-24 20:53:41 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2023-10-17 11:00:41 +08:00
|
|
|
|
"uniIdRouter": {}
|
2023-10-17 16:02:55 +08:00
|
|
|
|
}
|