From 1a452b6708a442915899d2ddf8288e28fd63bfbc Mon Sep 17 00:00:00 2001 From: wangjuncheng <1> Date: 星期日, 20 四月 2025 17:57:09 +0800 Subject: [PATCH] change --- src/api/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 2fdf91a..6b84f35 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -75,7 +75,7 @@ } export async function getMaxInfluenceArea() { - const response = await fetch("/json/listMaxInfluenceArea_wgs84.json", { + const response = await fetch("/json/listMaxInfluenceArea_wgs84_output.json", { mode: "cors", cache: "no-cache", headers: { -- Gitblit v1.9.3