修改小程序

This commit is contained in:
2025-10-17 17:29:11 +08:00
parent 434fa135d1
commit 212dffd0da
227 changed files with 12887 additions and 45341 deletions

View File

@@ -2,51 +2,46 @@
"pages": [
"pages/index/index",
"pages/login/login",
"pages/dashboard/dashboard",
"pages/supervision/supervision",
"pages/approval/approval",
"pages/personnel/personnel",
"pages/epidemic/epidemic",
"pages/service/service",
"pages/warehouse/warehouse",
"pages/profile/profile"
"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"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#1890ff",
"navigationBarTitleText": "政府管理系统",
"navigationBarBackgroundColor": "#2c5aa0",
"navigationBarTitleText": "政府监管端",
"navigationBarTextStyle": "white",
"backgroundColor": "#f6f6f6"
"backgroundColor": "#f5f5f5"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#1890ff",
"borderStyle": "black",
"color": "#999999",
"selectedColor": "#7CB342",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/home.png",
"selectedIconPath": "images/home-active.png",
"text": "首页"
"selectedIconPath": "images/home-active.png"
},
{
"pagePath": "pages/dashboard/dashboard",
"iconPath": "images/dashboard.png",
"selectedIconPath": "images/dashboard-active.png",
"text": "看板"
},
{
"pagePath": "pages/supervision/supervision",
"iconPath": "images/supervision.png",
"selectedIconPath": "images/supervision-active.png",
"text": "监管"
"pagePath": "pages/farmers/farmers",
"text": "养殖户",
"iconPath": "images/farmer.png",
"selectedIconPath": "images/farmer-active.png"
},
{
"pagePath": "pages/profile/profile",
"text": "我的",
"iconPath": "images/profile.png",
"selectedIconPath": "images/profile-active.png",
"text": "我的"
"selectedIconPath": "images/profile-active.png"
}
]
},
@@ -54,6 +49,5 @@
"request": 10000,
"downloadFile": 10000
},
"debug": true,
"sitemapLocation": "sitemap.json"
"debug": true
}