From 14681dfe7052cb76eefcc0c17d0a0d708e1ac9dd Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期二, 13 五月 2025 16:31:14 +0800
Subject: [PATCH] 完成移动端基本功能

---
 eims-ui-mobile/src/pages.json |   67 ++++++++++++++++++++-------------
 1 files changed, 40 insertions(+), 27 deletions(-)

diff --git a/eims-ui-mobile/src/pages.json b/eims-ui-mobile/src/pages.json
index 6fb3e3e..6bc5e7e 100644
--- a/eims-ui-mobile/src/pages.json
+++ b/eims-ui-mobile/src/pages.json
@@ -78,7 +78,7 @@
       "layout": "tabbar",
       "needLogin": true,
       "style": {
-        "navigationBarTitleText": "鍏充簬"
+        "navigationBarTitleText": "璁惧"
       }
     },
     {
@@ -209,31 +209,6 @@
       }
     },
     {
-      "path": "pages/repair/feedback",
-      "type": "page",
-      "layout": "default",
-      "needLogin": true,
-      "style": {
-        "navigationBarTitleText": "缁翠慨璇勪环",
-        "app-plus": {
-          "titleNView": {
-            "buttons": [
-              {
-                "text": "鎻愪氦",
-                "fontSize": "14px",
-                "color": "#FFFFFF"
-              },
-              {
-                "text": "",
-                "fontSize": "14px",
-                "color": "#FFFFFF"
-              }
-            ]
-          }
-        }
-      }
-    },
-    {
       "path": "pages/repair/repair-add",
       "type": "page",
       "layout": "default",
@@ -250,6 +225,31 @@
               {
                 "text": "",
                 "fontSize": "24px",
+                "color": "#FFFFFF"
+              }
+            ]
+          }
+        }
+      }
+    },
+    {
+      "path": "pages/repair/repair-fb",
+      "type": "page",
+      "layout": "default",
+      "needLogin": true,
+      "style": {
+        "navigationBarTitleText": "缁翠慨璇勪环",
+        "app-plus": {
+          "titleNView": {
+            "buttons": [
+              {
+                "text": "鎻愪氦",
+                "fontSize": "14px",
+                "color": "#FFFFFF"
+              },
+              {
+                "text": "",
+                "fontSize": "14px",
                 "color": "#FFFFFF"
               }
             ]
@@ -333,12 +333,25 @@
       }
     },
     {
+      "path": "pages/scan/index",
+      "type": "page"
+    },
+    {
       "path": "pages/spare/index",
       "type": "page",
       "layout": "tabbar",
       "needLogin": true,
       "style": {
-        "navigationBarTitleText": "spare"
+        "navigationBarTitleText": "澶囦欢"
+      }
+    },
+    {
+      "path": "pages/spare/spare-list",
+      "type": "page",
+      "layout": "default",
+      "needLogin": true,
+      "style": {
+        "navigationBarTitleText": "澶囦欢鍒楄〃"
       }
     }
   ],

--
Gitblit v1.9.3