From 98a835cc45adbe5ef8ee3cca5ad478f7df673b80 Mon Sep 17 00:00:00 2001 From: Liuyi <candymxq888@outlook.com> Date: 星期三, 27 十一月 2024 17:20:33 +0800 Subject: [PATCH] 添加设备管理列表 --- pages.json | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json index 4d50a03..5ecbbec 100644 --- a/pages.json +++ b/pages.json @@ -202,6 +202,13 @@ "style": { "navigationStyle":"custom" } + }, + { + "path" : "adminPlatform/facilityDetail", + "style" : + { + "navigationBarTitleText" : "" + } } ] }, -- Gitblit v1.9.3