From 09e6dc3fb7266620fafb5e341808a8eb36e080a1 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期六, 13 十二月 2025 22:51:52 +0800
Subject: [PATCH] feat:增加企业微信消息提醒
---
app/pages.json | 72 +++++++++++++++++++++++-------------
1 files changed, 46 insertions(+), 26 deletions(-)
diff --git a/app/pages.json b/app/pages.json
index 3b256bc..bf309f7 100644
--- a/app/pages.json
+++ b/app/pages.json
@@ -101,35 +101,55 @@
"navigationBarTitleText": "閫夋嫨浠诲姟绫诲瀷"
}
}, {
- "path": "pages/task/create-normal",
- "style": {
- "navigationBarTitleText": "鍒涘缓鏅�氫换鍔�"
- }
- }, {
- "path": "pages/task/create-emergency",
- "style": {
- "navigationBarTitleText": "鍒涘缓鎬ユ晳杞繍浠诲姟"
- }
- }, {
- "path": "pages/task/create-welfare",
- "style": {
- "navigationBarTitleText": "鍒涘缓绂忕杞︿换鍔�"
- }
- }, {
- "path": "pages/task/detail",
- "style": {
- "navigationBarTitleText": "浠诲姟璇︽儏"
- }
- }, {
- "path": "pages/task/settlement",
- "style": {
- "navigationBarTitleText": "浠诲姟缁撶畻"
- }
- }, {
"path": "pages/message/index",
"style": {
"navigationBarTitleText": "娑堟伅涓績"
}
+ }],
+ "subPackages": [{
+ "root": "pagesTask",
+ "name": "task",
+ "pages": [{
+ "path": "create-normal",
+ "style": {
+ "navigationBarTitleText": "鍒涘缓鏅�氫换鍔�"
+ }
+ }, {
+ "path": "create-emergency",
+ "style": {
+ "navigationBarTitleText": "鍒涘缓杞繍浠诲姟"
+ }
+ }, {
+ "path": "create-welfare",
+ "style": {
+ "navigationBarTitleText": "鍒涘缓绂忕杞︿换鍔�"
+ }
+ }, {
+ "path": "detail",
+ "style": {
+ "navigationBarTitleText": "浠诲姟璇︽儏"
+ }
+ }, {
+ "path": "edit",
+ "style": {
+ "navigationBarTitleText": "缂栬緫浠诲姟"
+ }
+ }, {
+ "path": "edit-emergency",
+ "style": {
+ "navigationBarTitleText": "缂栬緫杞繍浠诲姟"
+ }
+ }, {
+ "path": "edit-welfare",
+ "style": {
+ "navigationBarTitleText": "缂栬緫绂忕杞︿换鍔�"
+ }
+ }, {
+ "path": "settlement",
+ "style": {
+ "navigationBarTitleText": "浠诲姟缁撶畻"
+ }
+ }]
}],
"tabBar": {
"color": "#000000",
@@ -166,7 +186,7 @@
},
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "RuoYi",
+ "navigationBarTitleText": "骞夸笢姘戣埅",
"navigationBarBackgroundColor": "#FFFFFF"
}
}
\ No newline at end of file
--
Gitblit v1.9.1