From 1dc84e14accf77681279e63fbba188770bfc8b40 Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期三, 23 四月 2025 17:58:10 +0800
Subject: [PATCH] 新增保养工单,准备开发保养工单角色权限控制

---
 eims-ui-mobile/src/pages.json |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/eims-ui-mobile/src/pages.json b/eims-ui-mobile/src/pages.json
index df35397..3e3d43f 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,6 +92,7 @@
     {
       "path": "pages/inspect/insp-record",
       "type": "page",
+      "needLogin": true,
       "style": {
         "navigationBarTitleText": "鐐规璁板綍",
         "navigationStyle": "custom",
@@ -101,6 +103,7 @@
       "path": "pages/inspect/insp-st",
       "type": "page",
       "layout": "default",
+      "needLogin": true,
       "style": {
         "navigationBarTitleText": "鐐规姹囨��"
       }
@@ -114,17 +117,39 @@
       }
     },
     {
+      "path": "pages/maint/maint-order",
+      "type": "page",
+      "needLogin": true,
+      "style": {
+        "navigationBarTitleText": "淇濆吇宸ュ崟",
+        "navigationStyle": "custom",
+        "navigationBarBackgroundColor": "#4D80F0"
+      }
+    },
+    {
       "path": "pages/maint/maint-st",
       "type": "page",
       "layout": "default",
+      "needLogin": true,
       "style": {
         "navigationBarTitleText": "淇濆吇姹囨��"
+      }
+    },
+    {
+      "path": "pages/maint/order-detail",
+      "type": "page",
+      "needLogin": true,
+      "style": {
+        "navigationBarTitleText": "宸ュ崟鏄庣粏",
+        "navigationStyle": "custom",
+        "navigationBarBackgroundColor": "#4D80F0"
       }
     },
     {
       "path": "pages/my/index",
       "type": "page",
       "layout": "tabbar",
+      "needLogin": true,
       "style": {
         "navigationBarTitleText": "鎴戠殑"
       }
@@ -133,6 +158,7 @@
       "path": "pages/spare/index",
       "type": "page",
       "layout": "tabbar",
+      "needLogin": true,
       "style": {
         "navigationBarTitleText": "spare"
       }

--
Gitblit v1.9.3