wangjuncheng
2025-04-20 1a452b6708a442915899d2ddf8288e28fd63bfbc
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)) {