刘嘉威
2023-07-04 8edc3641d4a54d048c6471e9896f03f98cfd5bb7
src/views/index/center-map.vue
@@ -55,7 +55,7 @@
      mapjson = mapjson.geoJSON;
      resolve(mapjson);
    } else {
      mapjson = await GETNOBASE(`map-geojson/${regionCode}.json`).then(
      mapjson = await GETNOBASE(`./map-geojson/${regionCode}.json`).then(
        (data) => data
      );
      code.value=regionCode