刘嘉威
2023-05-08 e7eed56f874f12bbd870115ac88f447f6d102f71
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