From be9c1145fc79165142fbe29aacb04dd8e34dd23f Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期二, 17 六月 2025 17:32:29 +0800 Subject: [PATCH] 避险场所以及完善弹窗详情 --- src/views/GisView.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/GisView.vue b/src/views/GisView.vue index 6abc398..e1b6921 100644 --- a/src/views/GisView.vue +++ b/src/views/GisView.vue @@ -564,7 +564,7 @@ point.name = point.hdName; // 闅愭偅鐐瑰悕绉� point.className = "district"; } else if (route.path === "/zhjc") { - point.name = point.deviceForShort; // 璁惧绠�绉� + point.name = point.deviceName; // 璁惧绠�绉� point.className = "device"; } @@ -703,8 +703,8 @@ addCityPolygon(); initHandler(); // initView() - loadAreaPolygon("/json/nsl_area.geojson"); - loadAreaPolygonAll("/json/geometry.json", true); + // loadAreaPolygon("/json/nsl_area.geojson"); + // loadAreaPolygonAll("/json/geometry.json", true); flyToHomeView(); // 椤甸潰鍔犺浇鏃跺垵濮嬪寲 initAllDistrictCounts(); -- Gitblit v1.9.3