From b23bc4d88ed6215fdda94dc94a15dd62e9f4a5cc Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期四, 12 六月 2025 11:59:10 +0800 Subject: [PATCH] 北京市隐患点和监测设备修改 --- src/views/Home.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/Home.vue b/src/views/Home.vue index a52b6f7..3462f52 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -60,8 +60,7 @@ import { showDeviceDetail } from "@/store"; import { setupTokenRefresh, getDangerPoint } from "@/api/hpApi.js"; import { convertToWKT } from "@/utils/wktUtils"; -import { getDeviceInfoShg } from "@/api/hpApi"; -import { deviceDictList, getDictName } from "@/constant/dict.js"; +import { getDeviceInfo } from "@/api/hpApi"; const route = useRoute(); const simStore = useSimStore(); @@ -109,7 +108,7 @@ simStore.DangerPoint = res.data.pageData; }); - getDeviceInfoShg().then((res) => { + getDeviceInfo(null,"110116110000").then((res) => { simStore.devices = res.data.pageData; }); try { -- Gitblit v1.9.3