From 1a452b6708a442915899d2ddf8288e28fd63bfbc Mon Sep 17 00:00:00 2001
From: wangjuncheng <1>
Date: 星期日, 20 四月 2025 17:57:09 +0800
Subject: [PATCH] change

---
 src/components/monifangzhen/echartInfo.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/monifangzhen/echartInfo.vue b/src/components/monifangzhen/echartInfo.vue
index 0e7babe..e8da721 100644
--- a/src/components/monifangzhen/echartInfo.vue
+++ b/src/components/monifangzhen/echartInfo.vue
@@ -1721,7 +1721,7 @@
 };
 const getDangerInfo = async () => {
   try {
-    const response = await fetch("/json/listMaxInfluenceArea_wgs84.json");
+    const response = await fetch("/json/listMaxInfluenceArea_wgs84_output.json");
     const result = await response.json();
     console.log("Loaded JSON data:", result);
     if (result && result.data && Array.isArray(result.data.items)) {

--
Gitblit v1.9.3