From 847a7773ef1a8ad418c6934d35b5f205a97c04d0 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期六, 06 十二月 2025 17:03:24 +0800
Subject: [PATCH] fix:在任务状态更新时,需要更新日志到旧系统

---
 app/pages.json |   82 ++++++++++++++++++++++++++++-------------
 1 files changed, 56 insertions(+), 26 deletions(-)

diff --git a/app/pages.json b/app/pages.json
index 222db46..bf309f7 100644
--- a/app/pages.json
+++ b/app/pages.json
@@ -71,6 +71,16 @@
       "navigationBarTitleText": "鍏充簬鎴戜滑"
     }
   }, {
+    "path": "pages/mine/user-agreement/index",
+    "style": {
+      "navigationBarTitleText": "鐢ㄦ埛鏈嶅姟鍗忚"
+    }
+  }, {
+    "path": "pages/mine/privacy-policy/index",
+    "style": {
+      "navigationBarTitleText": "闅愮鏀跨瓥"
+    }
+  }, {
     "path": "pages/common/webview/index",
     "style": {
       "navigationBarTitleText": "娴忚缃戦〉"
@@ -91,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",
@@ -156,7 +186,7 @@
   },
   "globalStyle": {
     "navigationBarTextStyle": "black",
-    "navigationBarTitleText": "RuoYi",
+    "navigationBarTitleText": "骞夸笢姘戣埅",
     "navigationBarBackgroundColor": "#FFFFFF"
   }
 }
\ No newline at end of file

--
Gitblit v1.9.1