Files
nxxmdata/government-mini-program/app.json

53 lines
1.3 KiB
JSON
Raw Normal View History

2025-09-19 17:52:28 +08:00
{
"pages": [
"pages/index/index",
"pages/login/login",
2025-10-17 17:29:11 +08:00
"pages/farmers/farmers",
"pages/profile/profile",
"pages/statistics/statistics",
"pages/farmer/farmer",
"pages/notification/notification",
"pages/farmer/add/add",
"pages/farmer/edit/edit",
"pages/farmer/detail/detail",
"pages/notification/detail/detail"
2025-09-19 17:52:28 +08:00
],
"window": {
"backgroundTextStyle": "light",
2025-10-17 17:29:11 +08:00
"navigationBarBackgroundColor": "#2c5aa0",
"navigationBarTitleText": "政府监管端",
2025-09-19 17:52:28 +08:00
"navigationBarTextStyle": "white",
2025-10-17 17:29:11 +08:00
"backgroundColor": "#f5f5f5"
2025-09-19 17:52:28 +08:00
},
"tabBar": {
2025-10-17 17:29:11 +08:00
"color": "#999999",
"selectedColor": "#7CB342",
2025-09-19 17:52:28 +08:00
"backgroundColor": "#ffffff",
2025-10-17 17:29:11 +08:00
"borderStyle": "black",
2025-09-19 17:52:28 +08:00
"list": [
{
"pagePath": "pages/index/index",
2025-10-17 17:29:11 +08:00
"text": "首页",
2025-09-19 17:52:28 +08:00
"iconPath": "images/home.png",
2025-10-17 17:29:11 +08:00
"selectedIconPath": "images/home-active.png"
2025-09-19 17:52:28 +08:00
},
{
2025-10-17 17:29:11 +08:00
"pagePath": "pages/farmers/farmers",
"text": "养殖户",
"iconPath": "images/farmer.png",
"selectedIconPath": "images/farmer-active.png"
2025-09-19 17:52:28 +08:00
},
{
"pagePath": "pages/profile/profile",
2025-10-17 17:29:11 +08:00
"text": "我的",
2025-09-19 17:52:28 +08:00
"iconPath": "images/profile.png",
2025-10-17 17:29:11 +08:00
"selectedIconPath": "images/profile-active.png"
2025-09-19 17:52:28 +08:00
}
]
},
"networkTimeout": {
"request": 10000,
"downloadFile": 10000
},
2025-10-17 17:29:11 +08:00
"debug": true
2025-09-19 17:52:28 +08:00
}