From 0f5bd3db43a7ea07d3373b38bd24126544de5e2f Mon Sep 17 00:00:00 2001 From: zhuguifei <zhuguifei@zhuguifeideiMac.local> Date: 星期一, 21 四月 2025 18:32:39 +0800 Subject: [PATCH] 完成设备点检 --- eims-ui-mobile/src/pages.json | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/eims-ui-mobile/src/pages.json b/eims-ui-mobile/src/pages.json index fc6eadb..5cfa519 100644 --- a/eims-ui-mobile/src/pages.json +++ b/eims-ui-mobile/src/pages.json @@ -64,6 +64,14 @@ } }, { + "path": "pages/equ/equ-list", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "璁惧鍒楄〃" + } + }, + { "path": "pages/equ/index", "type": "page", "layout": "tabbar", @@ -73,6 +81,31 @@ } }, { + "path": "pages/inspect/insp-add", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "璁惧鐐规" + } + }, + { + "path": "pages/inspect/insp-record", + "type": "page", + "style": { + "navigationBarTitleText": "鐐规璁板綍", + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#4D80F0" + } + }, + { + "path": "pages/inspect/insp-st", + "type": "page", + "layout": "default", + "style": { + "navigationBarTitleText": "鐐规姹囨��" + } + }, + { "path": "pages/login/index", "type": "page", "layout": "default", -- Gitblit v1.9.3