出现这种错误 我们只需要把插件都引入
在main.js中 plugin中的插件全引入
然后在index.html中的script标签中把所有的插件写全
<script type="text/javascript" src="https://webapi.amap.com/maps?key=429593be2689e1e83e365924b6a9f236&v=1.4.4&plugin=AMap.Geolocation,AMap.Autocomplete,AMap.PlaceSearch,AMap.Scale,AMap.OverView,AMap.ToolBar,AMap.MapType,AMap.PolyEditor,AMap.CircleEditor"></script>
这样就可以去除这个错误啦