From 14681dfe7052cb76eefcc0c17d0a0d708e1ac9dd Mon Sep 17 00:00:00 2001 From: zhuguifei <zhuguifei@zhuguifeideiMac.local> Date: 星期二, 13 五月 2025 16:31:14 +0800 Subject: [PATCH] 完成移动端基本功能 --- eims-ui-mobile/src/pages.json | 67 ++++++++++++++++++++++++++++++++- 1 files changed, 65 insertions(+), 2 deletions(-) diff --git a/eims-ui-mobile/src/pages.json b/eims-ui-mobile/src/pages.json index f174d9d..6bc5e7e 100644 --- a/eims-ui-mobile/src/pages.json +++ b/eims-ui-mobile/src/pages.json @@ -78,7 +78,7 @@ "layout": "tabbar", "needLogin": true, "style": { - "navigationBarTitleText": "鍏充簬" + "navigationBarTitleText": "璁惧" } }, { @@ -233,6 +233,31 @@ } }, { + "path": "pages/repair/repair-fb", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "缁翠慨璇勪环", + "app-plus": { + "titleNView": { + "buttons": [ + { + "text": "鎻愪氦", + "fontSize": "14px", + "color": "#FFFFFF" + }, + { + "text": "", + "fontSize": "14px", + "color": "#FFFFFF" + } + ] + } + } + } + }, + { "path": "pages/repair/req-list", "type": "page", "layout": "default", @@ -250,6 +275,31 @@ { "text": "", "fontSize": "24px", + "color": "#FFFFFF" + } + ] + } + } + } + }, + { + "path": "pages/repair/res-detail", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "缁翠慨鏄庣粏", + "app-plus": { + "titleNView": { + "buttons": [ + { + "text": "鎻愪氦", + "fontSize": "14px", + "color": "#FFFFFF" + }, + { + "text": "淇濆瓨", + "fontSize": "14px", "color": "#FFFFFF" } ] @@ -283,12 +333,25 @@ } }, { + "path": "pages/scan/index", + "type": "page" + }, + { "path": "pages/spare/index", "type": "page", "layout": "tabbar", "needLogin": true, "style": { - "navigationBarTitleText": "spare" + "navigationBarTitleText": "澶囦欢" + } + }, + { + "path": "pages/spare/spare-list", + "type": "page", + "layout": "default", + "needLogin": true, + "style": { + "navigationBarTitleText": "澶囦欢鍒楄〃" } } ], -- Gitblit v1.9.3