首先在public/index.html中引入百度地图的AK在vue.config.js文件中加入这些代码 configureWebpack: { externals: { BMap: 'BMap', }}, 然后在需要用到百度地图的组件中引入 import BMap from 'BMap'