Echarts中国地图json文件 我是用的json格式的文件axios调用的 首先创建一个js文件 import axios from 'axios' // 获取GeoJSON数据 export const getGeoJson = (type, name) => { if (type === 'country')<