From 634e2994bc4020a06d7116f44a83702a0e423a22 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期三, 09 七月 2025 09:29:14 +0800 Subject: [PATCH] 点检历史 维修历史,周报历史,相关图标 --- pages.json | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index a32bc70..50af30c 100644 --- a/pages.json +++ b/pages.json @@ -326,6 +326,27 @@ { "navigationBarTitleText" : "" } + }, + { + "path" : "pages/historicalInspection/historicalInspection", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/historicalMaintenance/historicalMaintenance", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/historicalRepair/historicalRepair", + "style" : + { + "navigationBarTitleText" : "" + } } @@ -337,7 +358,7 @@ "allowsBounceVertical": "NO" }, "navigationBarBackgroundColor": "#0081ff", - "navigationBarTitleText": "JEECG BOOT", + "navigationBarTitleText": "MDC", "navigationStyle": "custom", "navigationBarTextStyle": "white" }, -- Gitblit v1.9.3