From 90448695e372a63bdf9ef0c03c33d7654568af01 Mon Sep 17 00:00:00 2001
From: wangjuncheng <1>
Date: 星期一, 16 六月 2025 17:03:22 +0800
Subject: [PATCH] Merge branch 'master' of http://103.135.160.14:9034/r/NslWeb

---
 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