wszhyWx/pages.json

155 lines
4.7 KiB
JSON
Raw Permalink Normal View History

2023-09-28 10:07:02 +00:00
{
"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"
}
}, {
"path": "pages/timeVideo/timeVideo",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}, {
"path": "pages/greenhouseDevice/greenhouseDevice",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/preciseWaterAndFertilizer/preciseWaterAndFertilizer",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}, {
"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/siteAdmin/siteAdmin",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
,{
"path" : "pages/editSite/editSite",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
,{
"path" : "pages/fertilizer_machine/fertilizer_machine",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
}
,{
"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"
}
}
],
"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"
}]
}
}