最近echarts刚更新了5版本,导致原本的项目中国地图引入不上
这里可以npm 安装过去的4版本
npm install echarts@4.8.0,
import echarts from "echarts";
// 引入中国地图,仅针对4版本的echarts
import "../../../../node_modules/echarts/map/js/china";
// import "../../../../node_modules/echarts";
import "../../../../node_modules/echarts/map/js/world";
再次引入就正常了