jsy-app/pages.json
2024-12-20 10:50:22 +08:00

265 lines
6.0 KiB
JSON

{
// "easycom": {
// "custom": {
// "^u-(.*)": "uview-plus/components/u-$1/u-$1.vue"
// }
// },
"pages": [{
"path": "pages/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
}, {
"path": "pages/index",
"style": {
"navigationBarTitleText": "田间",
"navigationStyle": "custom"
}
}, {
"path": "pages/index-map",
"style": {
"navigationBarTitleText": "地图",
"navigationStyle": "custom"
}
}, {
"path": "pages/irrigation/index",
"style": {
"navigationBarTitleText": "轮灌"
}
}, {
"path": "pages/head/index",
"style": {
"navigationBarTitleText": "首部",
"navigationStyle": "custom"
}
}, {
"path": "pages/head/fertilizerapplicator/detail",
"style": {
"navigationBarTitleText": "施肥机",
"navigationStyle": "custom"
}
}, {
"path": "pages/head/fertilizerapplicator/detailkl",
"style": {
"navigationBarTitleText": "施肥机",
"navigationStyle": "custom"
}
}, {
"path": "pages/head/headdevice/detail",
"style": {
"navigationBarTitleText": "首部",
"navigationStyle": "custom"
}
}, {
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
}, {
"path": "pages/mine/avatar/index",
"style": {
"navigationBarTitleText": "修改头像"
}
}, {
"path": "pages/mine/info/index",
"style": {
"navigationBarTitleText": "个人信息"
}
}, {
"path": "pages/mine/info/edit",
"style": {
"navigationBarTitleText": "编辑资料"
}
}, {
"path": "pages/mine/pwd/index",
"style": {
"navigationBarTitleText": "修改密码"
}
}, {
"path": "pages/mine/setting/index",
"style": {
"navigationBarTitleText": "应用设置"
}
}, {
"path": "pages/mine/help/index",
"style": {
"navigationBarTitleText": "常见问题"
}
}, {
"path": "pages/mine/about/index",
"style": {
"navigationBarTitleText": "关于我们"
}
}, {
"path": "pages/common/webview/index",
"style": {
"navigationBarTitleText": "浏览网页"
}
}, {
"path": "pages/common/textview/index",
"style": {
"navigationBarTitleText": "浏览文本"
}
}, {
"path": "pages/work/land/index",
"style": {
"navigationBarTitleText": "地块管理",
"navigationStyle": "custom"
}
}, {
"path": "pages/work/land/create-new",
"style": {
"navigationBarTitleText": "新增地块",
"enablePullDownRefresh": false
}
}, {
"path": "pages/work/land/index-detail",
"style": {
"navigationBarTitleText": "地块详情",
"enablePullDownRefresh": false
}
}, {
"path": "pages/work/user/index",
"style": {
"navigationBarTitleText": "用户管理",
"navigationStyle": "custom"
}
},
{
"path": "pages/work/user/create-user",
"style": {
"navigationBarTitleText": "新增用户",
"enablePullDownRefresh": false
}
}, {
"path": "pages/work/user/ground",
"style": {
"navigationBarTitleText": "用户地块",
"enablePullDownRefresh": false
}
}, {
"path": "pages/work/user/device",
"style": {
"navigationBarTitleText": "设备权限",
"enablePullDownRefresh": false
}
}, {
"path": "pages/work/user/otherDevice",
"style": {
"navigationBarTitleText": "其它设备权限",
"navigationStyle": "custom"
}
},
{
"path": "pages/work/user/selectOtherDevice",
"style": {
"navigationBarTitleText": "其它设备选择",
"enablePullDownRefresh": false
}
},
{
"path": "pages/work/watering-history/index",
"style": {
"navigationBarTitleText": "灌溉履历",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/work/operation-log/index",
"style": {
"navigationBarTitleText": "操作日志",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/fourmonitor/index",
"style": {
"navigationBarTitleText": "农情",
"navigationStyle": "custom"
}
},
{
"path": "pages/fourmonitor/weatherstation",
"style": {
"navigationBarTitleText": "气象站",
"navigationStyle": "custom"
}
},
{
"path": "pages/fourmonitor/pest",
"style": {
"navigationBarTitleText": "虫情",
"navigationStyle": "custom"
}
},
{
"path": "pages/fourmonitor/spore",
"style": {
"navigationBarTitleText": "孢子",
"navigationStyle": "custom"
}
},
{
"path": "pages/fourmonitor/camera",
"style": {
"navigationBarTitleText": "摄像头",
"navigationStyle": "custom"
}
}, {
"path": "pages/popup/index-popup",
"style": {
"navigationStyle": "custom",
"backgroundColor": "transparent",
// #ifdef APP-PLUS
"app-plus": {
"animationType": "fade-in",
"background": "transparent",
"popGesture": "none"
}
// #endif
}
}
],
"tabBar": {
"color": "#000000",
"selectedColor": "#39ac4f",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/home_.png",
"text": "田间"
}, {
"pagePath": "pages/index-map",
"iconPath": "static/images/tabbar/map.png",
"selectedIconPath": "static/images/tabbar/map_.png",
"text": "地图"
}, {
"pagePath": "pages/irrigation/index",
"iconPath": "static/images/tabbar/agricultural.png",
"selectedIconPath": "static/images/tabbar/agricultural_.png",
"text": "轮灌"
}, {
"pagePath": "pages/head/index",
"iconPath": "static/images/tabbar/work.png",
"selectedIconPath": "static/images/tabbar/work_.png",
"text": "首部"
}, {
"pagePath": "pages/mine/index",
"iconPath": "static/images/tabbar/mine.png",
"selectedIconPath": "static/images/tabbar/mine_.png",
"text": "我的"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "滴灌",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColorTop": "#FFFFFF",
"pageOrientation": "auto"
}
}