From e0ac8de12a74370943cb2c6f8b33ca17b09cd18b Mon Sep 17 00:00:00 2001 From: zhangjiajia <3290339336@qq.com> Date: Tue, 16 Jun 2026 14:06:45 +0800 Subject: [PATCH] fix:1 --- Assets/Scripts/App/SceneUtil.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Assets/Scripts/App/SceneUtil.cs b/Assets/Scripts/App/SceneUtil.cs index f4d0662..0810b0c 100644 --- a/Assets/Scripts/App/SceneUtil.cs +++ b/Assets/Scripts/App/SceneUtil.cs @@ -55,7 +55,7 @@ public class SceneUtil : ActionBase // 初始化 GNSS 相关列表(12个设备) InitializeIconAndCameraLists("GNSS", "GNSS视角", AppCache.iconPointList01, AppCache.iconCameraList01, new string[] { "ys_2026020450" }, - new string[] { "边坡-GNSS" }, + new string[] { "GNSS" }, new string[] { "" }); // 初始化环境量监测相关列表(1个设备) @@ -67,18 +67,18 @@ public class SceneUtil : ActionBase // 初始化测缝针监测相关列表(9个设备) InitializeIconAndCameraLists("雨量监测", "雨量监测视角", AppCache.iconPointList03, AppCache.iconCameraList03, new string[] { "ys_2026020454" }, - new string[] { "雨量计" }, + new string[] { "气象站" }, new string[] { "" }); // 初始化加速度振动监测相关列表(6个设备) InitializeIconAndCameraLists("渗压计监测", "渗压计监测视角", AppCache.iconPointList04, AppCache.iconCameraList04, new string[] { "ys_2026020453" }, new string[] { "渗压计" }, - new string[] { ""}); - InitializeIconAndCameraLists("位移监测", "位移监测视角", AppCache.iconPointList05, AppCache.iconCameraList05, - new string[] { "ys_2026020451" }, - new string[] { "位移计" }, - new string[] { ""}); + new string[] { "" }); + InitializeIconAndCameraLists("位移监测", "位移监测视角", AppCache.iconPointList05, AppCache.iconCameraList05, + new string[] { "ys_2026020451" }, + new string[] { "位移计" }, + new string[] { "" }); gameObject.SetActive(true); }