From f0610c371668b042d36d7772cb04b49a2afc69ea Mon Sep 17 00:00:00 2001 From: zhuguifei <zhuguifei@zhuguifeideiMac.local> Date: 星期四, 24 四月 2025 14:51:56 +0800 Subject: [PATCH] 完成移动端保养 --- eims-ui-mobile/src/pages.json | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 51 insertions(+), 6 deletions(-) diff --git a/eims-ui-mobile/src/pages.json b/eims-ui-mobile/src/pages.json index 3e3d43f..adfbb8a 100644 --- a/eims-ui-mobile/src/pages.json +++ b/eims-ui-mobile/src/pages.json @@ -92,11 +92,26 @@ { "path": "pages/inspect/insp-record", "type": "page", + "layout": "default", "needLogin": true, "style": { "navigationBarTitleText": "鐐规璁板綍", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#4D80F0" + "app-plus": { + "titleNView": { + "buttons": [ + { + "text": "鎻愪氦", + "fontSize": "14px", + "color": "#FFFFFF" + }, + { + "text": "", + "fontSize": "24px", + "color": "#FFFFFF" + } + ] + } + } } }, { @@ -119,11 +134,26 @@ { "path": "pages/maint/maint-order", "type": "page", + "layout": "default", "needLogin": true, "style": { "navigationBarTitleText": "淇濆吇宸ュ崟", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#4D80F0" + "app-plus": { + "titleNView": { + "buttons": [ + { + "text": "鎻愪氦", + "fontSize": "14px", + "color": "#FFFFFF" + }, + { + "text": "", + "fontSize": "24px", + "color": "#FFFFFF" + } + ] + } + } } }, { @@ -138,11 +168,26 @@ { "path": "pages/maint/order-detail", "type": "page", + "layout": "default", "needLogin": true, "style": { "navigationBarTitleText": "宸ュ崟鏄庣粏", - "navigationStyle": "custom", - "navigationBarBackgroundColor": "#4D80F0" + "app-plus": { + "titleNView": { + "buttons": [ + { + "text": "鎻愪氦", + "fontSize": "14px", + "color": "#FFFFFF" + }, + { + "text": "", + "fontSize": "24px", + "color": "#FFFFFF" + } + ] + } + } } }, { -- Gitblit v1.9.3