From 7a6dc6d28d36e4c3558391bac52d188d5075543f Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期二, 22 四月 2025 16:27:27 +0800
Subject: [PATCH] 1.完成移动端点检汇总和点检明细

---
 eims-ui-mobile/src/pages.json |   50 +++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 45 insertions(+), 5 deletions(-)

diff --git a/eims-ui-mobile/src/pages.json b/eims-ui-mobile/src/pages.json
index d346a4b..df35397 100644
--- a/eims-ui-mobile/src/pages.json
+++ b/eims-ui-mobile/src/pages.json
@@ -2,8 +2,8 @@
   "globalStyle": {
     "navigationStyle": "default",
     "navigationBarTitleText": "鍏板疂璁惧绠$悊",
-    "navigationBarBackgroundColor": "#f8f8f8",
-    "navigationBarTextStyle": "black",
+    "navigationBarBackgroundColor": "#4D80F0",
+    "navigationBarTextStyle": "white",
     "backgroundColor": "#FFFFFF"
   },
   "easycom": {
@@ -16,7 +16,7 @@
   "tabBar": {
     "custom": true,
     "color": "#999999",
-    "selectedColor": "#007aff",
+    "selectedColor": "#4D80F0",
     "borderStyle": "black",
     "height": "50px",
     "fontSize": "10px",
@@ -60,16 +60,49 @@
       "type": "home",
       "layout": "tabbar",
       "style": {
-        "navigationStyle": "custom",
         "navigationBarTitleText": "棣栭〉"
+      }
+    },
+    {
+      "path": "pages/equ/equ-list",
+      "type": "page",
+      "layout": "default",
+      "style": {
+        "navigationBarTitleText": "璁惧鍒楄〃"
       }
     },
     {
       "path": "pages/equ/index",
       "type": "page",
       "layout": "tabbar",
+      "needLogin": true,
       "style": {
         "navigationBarTitleText": "鍏充簬"
+      }
+    },
+    {
+      "path": "pages/inspect/insp-add",
+      "type": "page",
+      "layout": "default",
+      "style": {
+        "navigationBarTitleText": "璁惧鐐规"
+      }
+    },
+    {
+      "path": "pages/inspect/insp-record",
+      "type": "page",
+      "style": {
+        "navigationBarTitleText": "鐐规璁板綍",
+        "navigationStyle": "custom",
+        "navigationBarBackgroundColor": "#4D80F0"
+      }
+    },
+    {
+      "path": "pages/inspect/insp-st",
+      "type": "page",
+      "layout": "default",
+      "style": {
+        "navigationBarTitleText": "鐐规姹囨��"
       }
     },
     {
@@ -77,11 +110,18 @@
       "type": "page",
       "layout": "default",
       "style": {
-        "navigationStyle": "custom",
         "navigationBarTitleText": "鐧诲綍"
       }
     },
     {
+      "path": "pages/maint/maint-st",
+      "type": "page",
+      "layout": "default",
+      "style": {
+        "navigationBarTitleText": "淇濆吇姹囨��"
+      }
+    },
+    {
       "path": "pages/my/index",
       "type": "page",
       "layout": "tabbar",

--
Gitblit v1.9.3