2023-09-28 10:07:02 +00:00
|
|
|
{
|
|
|
|
"pages": [
|
|
|
|
"pages/timeEnvironment/timeEnvironment",
|
|
|
|
"pages/timeVideo/timeVideo",
|
|
|
|
"pages/greenhouseDevice/greenhouseDevice",
|
|
|
|
"pages/preciseWaterAndFertilizer/preciseWaterAndFertilizer",
|
|
|
|
"pages/userCenter/userCenter",
|
|
|
|
"pages/videoLive/videoLive",
|
|
|
|
"pages/login/login",
|
|
|
|
"pages/change_password/change_password",
|
|
|
|
"pages/siteAdmin/siteAdmin",
|
|
|
|
"pages/editSite/editSite",
|
|
|
|
"pages/fertilizer_machine/fertilizer_machine",
|
|
|
|
"pages/add_irrigation_group/add_irrigation_group",
|
2023-10-07 01:49:48 +00:00
|
|
|
"pages/target_water_fertilizer_PH/target_water_fertilizer_PH",
|
|
|
|
"pages/web_view/web_view"
|
2023-09-28 10:07:02 +00:00
|
|
|
],
|
|
|
|
"subPackages": [],
|
|
|
|
"window": {
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
|
},
|
|
|
|
"tabBar": {
|
|
|
|
"color": "#999999",
|
|
|
|
"selectedColor": "#00B386",
|
|
|
|
"backgroundColor": "#FFFFFF",
|
|
|
|
"padding": "23rpx",
|
|
|
|
"fontSize": "20rpx",
|
|
|
|
"borderStyle": "white",
|
|
|
|
"list": [
|
|
|
|
{
|
|
|
|
"pagePath": "pages/timeEnvironment/timeEnvironment",
|
|
|
|
"text": "实时环境",
|
|
|
|
"iconPath": "static/tabbar/timeEnvironment.png",
|
|
|
|
"selectedIconPath": "static/tabbar/timeEnvironment_act.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pagePath": "pages/timeVideo/timeVideo",
|
|
|
|
"text": "实时视频",
|
|
|
|
"iconPath": "static/tabbar/timeVideo.png",
|
|
|
|
"selectedIconPath": "static/tabbar/timeVideo_act.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pagePath": "pages/greenhouseDevice/greenhouseDevice",
|
|
|
|
"text": "温室设备",
|
|
|
|
"iconPath": "static/tabbar/greenhouseDevice.png",
|
|
|
|
"selectedIconPath": "static/tabbar/greenhouseDevice_act.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pagePath": "pages/preciseWaterAndFertilizer/preciseWaterAndFertilizer",
|
|
|
|
"text": "精准水肥",
|
|
|
|
"iconPath": "static/tabbar/preciseWaterAndFertilizer.png",
|
|
|
|
"selectedIconPath": "static/tabbar/preciseWaterAndFertilizer_act.png"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pagePath": "pages/userCenter/userCenter",
|
|
|
|
"text": "用户中心",
|
|
|
|
"iconPath": "static/tabbar/userCenter.png",
|
|
|
|
"selectedIconPath": "static/tabbar/userCenter_act.png"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"usingComponents": {}
|
|
|
|
}
|