From 1a4d35a08d05e014663c144771976abb0edaa933 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 26 七月 2024 17:41:30 +0800 Subject: [PATCH] 监管场景信息管理 --- pages/inspection/scene/info/index.json | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/pages/inspection/scene/info/index.json b/pages/inspection/scene/info/index.json index d909319..fc4c8b5 100644 --- a/pages/inspection/scene/info/index.json +++ b/pages/inspection/scene/info/index.json @@ -4,5 +4,7 @@ "backgroundTextStyle": "light", "navigationBarTextStyle": "white", "navigationBarBackgroundColor": "#389AFF", - "usingComponents": {} + "usingComponents": { + "device-location": "./components/device-location/index" + } } \ No newline at end of file -- Gitblit v1.9.3