From 470d16803de7533c2fa84663e12968d3126dd14f Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期三, 27 八月 2025 14:17:12 +0800 Subject: [PATCH] 1.设备台账开发联调 --- src/pages.json | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/src/pages.json b/src/pages.json index 9e29df3..955b869 100644 --- a/src/pages.json +++ b/src/pages.json @@ -273,11 +273,39 @@ } }, { + "path": "pages/cooperativeOffice/collaborativeApproval/approve", + "style": { + "navigationBarTitleText": "瀹℃牳", + "navigationStyle": "custom" + } + }, + { + "path": "pages/cooperativeOffice/collaborativeApproval/contactSelect", + "style": { + "navigationBarTitleText": "閫夋嫨鑱旂郴浜�", + "navigationStyle": "custom" + } + }, + { "path": "pages/cooperativeOffice/clientVisit/index", "style": { "navigationBarTitleText": "瀹㈡埛鎷滆", "navigationStyle": "custom" } + }, + { + "path": "pages/equipmentManagement/ledger/index", + "style": { + "navigationBarTitleText": "璁惧鍙拌处", + "navigationStyle": "custom" + } + }, + { + "path": "pages/equipmentManagement/ledger/detail", + "style": { + "navigationBarTitleText": "璁惧鍙拌处璇︽儏", + "navigationStyle": "custom" + } } ], "subPackages": [ -- Gitblit v1.9.3