百度地图

This commit is contained in:
仲么了
2024-02-20 16:44:18 +08:00
parent f22d3c98e2
commit 5c88410fa8
38 changed files with 306 additions and 27 deletions

View File

@@ -21,7 +21,8 @@ window.XEUtils = XEUtils
const app = createApp(App)
app.use(BaiduMap, {
ak: 'RpQi6WNFZ9tseKzhdwOQsXwFsoVntnsN'
ak: 'RpQi6WNFZ9tseKzhdwOQsXwFsoVntnsN',
// type: 'WebGL' // ||API 默认API (使用此模式 BMap=BMapGL)
})
app.use(router)