From f0610c371668b042d36d7772cb04b49a2afc69ea Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期四, 24 四月 2025 14:51:56 +0800
Subject: [PATCH] 完成移动端保养

---
 eims-ui-mobile/src/pages.json |   75 ++++++++++++++++++++++++++++++++++++-
 1 files changed, 73 insertions(+), 2 deletions(-)

diff --git a/eims-ui-mobile/src/pages.json b/eims-ui-mobile/src/pages.json
index df35397..adfbb8a 100644
--- a/eims-ui-mobile/src/pages.json
+++ b/eims-ui-mobile/src/pages.json
@@ -67,6 +67,7 @@
       "path": "pages/equ/equ-list",
       "type": "page",
       "layout": "default",
+      "needLogin": true,
       "style": {
         "navigationBarTitleText": "璁惧鍒楄〃"
       }
@@ -91,16 +92,33 @@
     {
       "path": "pages/inspect/insp-record",
       "type": "page",
+      "layout": "default",
+      "needLogin": true,
       "style": {
         "navigationBarTitleText": "鐐规璁板綍",
-        "navigationStyle": "custom",
-        "navigationBarBackgroundColor": "#4D80F0"
+        "app-plus": {
+          "titleNView": {
+            "buttons": [
+              {
+                "text": "鎻愪氦",
+                "fontSize": "14px",
+                "color": "#FFFFFF"
+              },
+              {
+                "text": "",
+                "fontSize": "24px",
+                "color": "#FFFFFF"
+              }
+            ]
+          }
+        }
       }
     },
     {
       "path": "pages/inspect/insp-st",
       "type": "page",
       "layout": "default",
+      "needLogin": true,
       "style": {
         "navigationBarTitleText": "鐐规姹囨��"
       }
@@ -114,17 +132,69 @@
       }
     },
     {
+      "path": "pages/maint/maint-order",
+      "type": "page",
+      "layout": "default",
+      "needLogin": true,
+      "style": {
+        "navigationBarTitleText": "淇濆吇宸ュ崟",
+        "app-plus": {
+          "titleNView": {
+            "buttons": [
+              {
+                "text": "鎻愪氦",
+                "fontSize": "14px",
+                "color": "#FFFFFF"
+              },
+              {
+                "text": "",
+                "fontSize": "24px",
+                "color": "#FFFFFF"
+              }
+            ]
+          }
+        }
+      }
+    },
+    {
       "path": "pages/maint/maint-st",
       "type": "page",
       "layout": "default",
+      "needLogin": true,
       "style": {
         "navigationBarTitleText": "淇濆吇姹囨��"
+      }
+    },
+    {
+      "path": "pages/maint/order-detail",
+      "type": "page",
+      "layout": "default",
+      "needLogin": true,
+      "style": {
+        "navigationBarTitleText": "宸ュ崟鏄庣粏",
+        "app-plus": {
+          "titleNView": {
+            "buttons": [
+              {
+                "text": "鎻愪氦",
+                "fontSize": "14px",
+                "color": "#FFFFFF"
+              },
+              {
+                "text": "",
+                "fontSize": "24px",
+                "color": "#FFFFFF"
+              }
+            ]
+          }
+        }
       }
     },
     {
       "path": "pages/my/index",
       "type": "page",
       "layout": "tabbar",
+      "needLogin": true,
       "style": {
         "navigationBarTitleText": "鎴戠殑"
       }
@@ -133,6 +203,7 @@
       "path": "pages/spare/index",
       "type": "page",
       "layout": "tabbar",
+      "needLogin": true,
       "style": {
         "navigationBarTitleText": "spare"
       }

--
Gitblit v1.9.3