From 411f08ca0285953d9ec3f7d493bdc696ac46de2e Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期一, 22 十二月 2025 19:07:25 +0800
Subject: [PATCH] 版本提示
---
src/pages.json | 18 +++++++++++++++++-
1 files changed, 17 insertions(+), 1 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 654c337..56ad7b3 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -317,6 +317,13 @@
}
},
{
+ "path": "pages/cooperativeOffice/noticeManagement/index",
+ "style": {
+ "navigationBarTitleText": "閫氱煡鍏憡",
+ "navigationStyle": "custom"
+ }
+ },
+ {
"path": "pages/equipmentManagement/ledger/index",
"style": {
"navigationBarTitleText": "璁惧鍙拌处",
@@ -411,7 +418,9 @@
"path": "pages/inspectionUpload/index",
"style": {
"navigationBarTitleText": "宸℃涓婁紶",
- "navigationStyle": "custom"
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true,
+ "backgroundColor": "#f8f8f8"
}
},
{
@@ -469,6 +478,13 @@
"navigationBarTitleText": "鏂板鍏ュ簱",
"navigationStyle": "custom"
}
+ },
+ {
+ "path": "pages/inventoryManagement/issueManagement/index",
+ "style": {
+ "navigationBarTitleText": "鑷畾涔夊嚭搴�",
+ "navigationStyle": "custom"
+ }
}
],
"subPackages": [
--
Gitblit v1.9.3