From eac7c5321dca68e34db95995db2cabd29b9324da Mon Sep 17 00:00:00 2001
From: zhuguifei <zhuguifei@zhuguifeideiMac.local>
Date: 星期五, 18 四月 2025 14:25:32 +0800
Subject: [PATCH] 网络请求配置,开发登录接口

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

diff --git a/eims-ui-mobile/src/pages.json b/eims-ui-mobile/src/pages.json
index d346a4b..fc6eadb 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,7 +60,6 @@
       "type": "home",
       "layout": "tabbar",
       "style": {
-        "navigationStyle": "custom",
         "navigationBarTitleText": "棣栭〉"
       }
     },
@@ -68,6 +67,7 @@
       "path": "pages/equ/index",
       "type": "page",
       "layout": "tabbar",
+      "needLogin": true,
       "style": {
         "navigationBarTitleText": "鍏充簬"
       }
@@ -77,7 +77,6 @@
       "type": "page",
       "layout": "default",
       "style": {
-        "navigationStyle": "custom",
         "navigationBarTitleText": "鐧诲綍"
       }
     },

--
Gitblit v1.9.3