mkm
/
yanzhiAPP
Template
2
0
Fork 0
yanzhiAPP/pages.json

167 lines
4.1 KiB
JSON
Raw Permalink Normal View History

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
{
"path": "pages/index/index",
"style": {
2023-10-20 18:45:15 +08:00
"navigationStyle": "custom"
}
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,
"navigationBarBackgroundColor": "#F4F4F4",
"navigationBarTextStyle": "black"
}
},
{
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,
"navigationBarBackgroundColor": "#F4F4F4",
"navigationBarTextStyle": "black"
}
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,
"navigationBarBackgroundColor": "#F4F4F4",
"navigationBarTextStyle": "black"
}
},
{
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,
"navigationBarBackgroundColor": "#F4F4F4",
"navigationBarTextStyle": "black"
}
},
{
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,
"navigationBarBackgroundColor": "#F4F4F4",
"navigationBarTextStyle": "black"
}
},
{
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,
"navigationBarBackgroundColor": "#F4F4F4",
"navigationBarTextStyle": "black"
}
},
{
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,
"navigationBarBackgroundColor": "#F4F4F4",
"navigationBarTextStyle": "black"
}
},
{
2023-11-22 14:08:24 +08:00
"path": "pages/live/live",
2023-10-23 17:57:19 +08:00
"style": {
2023-11-22 14:08:24 +08:00
"navigationBarTitleText": "苗情监测",
2023-10-25 19:55:18 +08:00
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F4F4F4",
"navigationBarTextStyle": "black"
}
2023-10-23 09:00:12 +08:00
},
2023-11-21 18:54:33 +08:00
{
"path": "pages/addLand/addLand",
"style": {
"navigationBarTitleText": "添加土地信息",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F4F4F4",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/updatePassword/updatePassword",
"style": {
"navigationBarTitleText": "密码修改",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F4F4F4",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/index/massif",
"style": {
"navigationBarTitleText": "地块",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#F4F4F4",
"navigationBarTextStyle": "black"
}
},
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-10-17 16:02:55 +08:00
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": {
"color": "#B3B3B3",
"selectedColor": "#272822",
"borderStyle": "white",
"backgroundColor": "#EBF1EF",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/tabs-icon/home.png",
"selectedIconPath": "static/img/DK.png"
},
{
"pagePath": "pages/index/massif",
"text": "地块",
"iconPath": "static/img/SJ (1).png",
"selectedIconPath": "static/img/SJ (1).png"
},
{
"pagePath": "pages/index/personal",
"text": "我的",
"iconPath": "static/img/WD.png",
"selectedIconPath": "static/img/WD.png"
}
2023-10-17 16:02:55 +08:00
2023-11-21 18:54:33 +08:00
]
},
2023-10-17 11:00:41 +08:00
"uniIdRouter": {}
2023-10-17 16:02:55 +08:00
}