wszhyWx/pages.json

177 lines
5.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/timeEnvironment/timeEnvironment",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
}, {
"path": "pages/timeVideo/timeVideo",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
}, {
"path": "pages/greenhouseDevice/greenhouseDevice",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
}, {
"path": "pages/preciseWaterAndFertilizer/preciseWaterAndFertilizer",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
}, {
"path": "pages/userCenter/userCenter",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
,{
"path" : "pages/videoLive/videoLive",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
,{
"path" : "pages/change_password/change_password",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
,{
"path" : "pages/fertilizer_machine/fertilizer_machine",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/add_irrigation_group/add_irrigation_group",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
,{
"path" : "pages/target_water_fertilizer_PH/target_water_fertilizer_PH",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
,{
"path" : "pages/web_view/web_view",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/controller/controller",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path" : "pages/web_view_controller/web_view_controller",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
},
{
"path" : "pages/fertilizer_machine_new/fertilizer_machine_new",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"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"
}]
}
}