From 89a5fedfe041ebacb2d81ecae1023b206cd3f353 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期四, 24 四月 2025 09:10:37 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/main' --- eims-ui-mobile/src/pages.json | 76 +++++++++++++++++++++++++++++++++++-- 1 files changed, 71 insertions(+), 5 deletions(-) diff --git a/eims-ui-mobile/src/pages.json b/eims-ui-mobile/src/pages.json index d346a4b..3e3d43f 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,52 @@ "type": "home", "layout": "tabbar", "style": { - "navigationStyle": "custom", "navigationBarTitleText": "棣栭〉" + } + }, + { + "path": "pages/equ/equ-list", + "type": "page", + "layout": "default", + "needLogin": true, + "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", + "needLogin": true, + "style": { + "navigationBarTitleText": "鐐规璁板綍", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#4D80F0" + } + }, + { + "path": "pages/inspect/insp-st", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "鐐规姹囨��" } }, { @@ -77,14 +113,43 @@ "type": "page", "layout": "default", "style": { - "navigationStyle": "custom", "navigationBarTitleText": "鐧诲綍" + } + }, + { + "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": "鎴戠殑" } @@ -93,6 +158,7 @@ "path": "pages/spare/index", "type": "page", "layout": "tabbar", + "needLogin": true, "style": { "navigationBarTitleText": "spare" } -- Gitblit v1.9.3