刘嘉威
2023-02-24 ddb1df24b17dd22e1fa088fa9fe8573913baec33
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