引入中国地图如下:

实现很简单:
1.正常引入echarts,下载一个china.js的中国地图js文件(可以在网上找一个即可)并导入。
import echarts from 'echarts'
import "echarts/map/js/china.js"
Vue.prototype.$echarts = echarts
2.给将要展示地图的div设置固定的宽高。
<div class="B2" id="B2"></div>
.B2{
/* width: 100%; */
width: 845px;
height:430px;
/* height: 60%; */
margin-top: 10px;
background-color: blueviolet;
border-radius: 10px;
3.写方法:
//随便命名一个方法写进去即可
let