From 10354e63eb3298beb9ebcc029dd9f48d8936a272 Mon Sep 17 00:00:00 2001
From: wlzboy <66905212@qq.com>
Date: 星期五, 19 十二月 2025 23:15:05 +0800
Subject: [PATCH] feat:优化同步

---
 app/pages.json |   90 +++++++++++++++++++++++++--------------------
 1 files changed, 50 insertions(+), 40 deletions(-)

diff --git a/app/pages.json b/app/pages.json
index 8685365..bb9fff8 100644
--- a/app/pages.json
+++ b/app/pages.json
@@ -5,6 +5,11 @@
       "navigationBarTitleText": "鐧诲綍"
     }
   }, {
+    "path": "pages/qylogin",
+    "style": {
+      "navigationBarTitleText": "浼佷笟寰俊鍏嶇櫥"
+    }
+  }, {
     "path": "pages/login/wechat",
     "style": {
       "navigationBarTitleText": "寰俊鐧诲綍"
@@ -101,51 +106,56 @@
       "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/edit",
-    "style": {
-      "navigationBarTitleText": "缂栬緫浠诲姟"
-    }
-  }, {
-    "path": "pages/task/edit-emergency",
-    "style": {
-      "navigationBarTitleText": "缂栬緫杞繍浠诲姟"
-    }
-  }, {
-    "path": "pages/task/edit-welfare",
-    "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",
     "selectedColor": "#000000",

--
Gitblit v1.9.1