From 7fe7b6182c2d407d28c2c9da1c070c3ce964e3e7 Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期二, 20 五月 2025 10:49:14 +0800
Subject: [PATCH] 1.移动端添加自定义navbar导航栏

---
 eims-ui-mobile/src/pages.json |  108 +++++-------------------------------------------------
 1 files changed, 10 insertions(+), 98 deletions(-)

diff --git a/eims-ui-mobile/src/pages.json b/eims-ui-mobile/src/pages.json
index 6bc5e7e..08bf8fa 100644
--- a/eims-ui-mobile/src/pages.json
+++ b/eims-ui-mobile/src/pages.json
@@ -69,7 +69,8 @@
       "layout": "default",
       "needLogin": true,
       "style": {
-        "navigationBarTitleText": "璁惧鍒楄〃"
+        "navigationBarTitleText": "璁惧鍒楄〃",
+        "navigationStyle": "custom"
       }
     },
     {
@@ -105,22 +106,7 @@
       "needLogin": true,
       "style": {
         "navigationBarTitleText": "鐐规璁板綍",
-        "app-plus": {
-          "titleNView": {
-            "buttons": [
-              {
-                "text": "鎻愪氦",
-                "fontSize": "14px",
-                "color": "#FFFFFF"
-              },
-              {
-                "text": "",
-                "fontSize": "24px",
-                "color": "#FFFFFF"
-              }
-            ]
-          }
-        }
+        "navigationStyle": "custom"
       }
     },
     {
@@ -147,22 +133,7 @@
       "needLogin": true,
       "style": {
         "navigationBarTitleText": "淇濆吇宸ュ崟",
-        "app-plus": {
-          "titleNView": {
-            "buttons": [
-              {
-                "text": "鎻愪氦",
-                "fontSize": "14px",
-                "color": "#FFFFFF"
-              },
-              {
-                "text": "",
-                "fontSize": "24px",
-                "color": "#FFFFFF"
-              }
-            ]
-          }
-        }
+        "navigationStyle": "custom"
       }
     },
     {
@@ -181,22 +152,7 @@
       "needLogin": true,
       "style": {
         "navigationBarTitleText": "宸ュ崟鏄庣粏",
-        "app-plus": {
-          "titleNView": {
-            "buttons": [
-              {
-                "text": "鎻愪氦",
-                "fontSize": "14px",
-                "color": "#FFFFFF"
-              },
-              {
-                "text": "",
-                "fontSize": "24px",
-                "color": "#FFFFFF"
-              }
-            ]
-          }
-        }
+        "navigationStyle": "custom"
       }
     },
     {
@@ -212,24 +168,10 @@
       "path": "pages/repair/repair-add",
       "type": "page",
       "layout": "default",
+      "needLogin": true,
       "style": {
         "navigationBarTitleText": "娣诲姞鎶ヤ慨",
-        "app-plus": {
-          "titleNView": {
-            "buttons": [
-              {
-                "text": "鎻愪氦",
-                "fontSize": "14px",
-                "color": "#FFFFFF"
-              },
-              {
-                "text": "",
-                "fontSize": "24px",
-                "color": "#FFFFFF"
-              }
-            ]
-          }
-        }
+        "navigationStyle": "custom"
       }
     },
     {
@@ -263,23 +205,8 @@
       "layout": "default",
       "needLogin": true,
       "style": {
-        "navigationBarTitleText": "璁惧鎶ヤ慨",
-        "app-plus": {
-          "titleNView": {
-            "buttons": [
-              {
-                "text": "鏂板",
-                "fontSize": "14px",
-                "color": "#FFFFFF"
-              },
-              {
-                "text": "",
-                "fontSize": "24px",
-                "color": "#FFFFFF"
-              }
-            ]
-          }
-        }
+        "navigationBarTitleText": "鎶ヤ慨鍒楄〃",
+        "navigationStyle": "custom"
       }
     },
     {
@@ -314,22 +241,7 @@
       "needLogin": true,
       "style": {
         "navigationBarTitleText": "璁惧缁翠慨",
-        "app-plus": {
-          "titleNView": {
-            "buttons": [
-              {
-                "text": "鎺ュ崟",
-                "fontSize": "14px",
-                "color": "#FFFFFF"
-              },
-              {
-                "text": "",
-                "fontSize": "24px",
-                "color": "#FFFFFF"
-              }
-            ]
-          }
-        }
+        "navigationStyle": "custom"
       }
     },
     {

--
Gitblit v1.9.3