提交 42fe6a65 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

feat(h5 map): openLocation 支持高德地图

上级 e1ce86bb
......@@ -113,6 +113,11 @@ export default /*#__PURE__*/ defineSystemComponent({
}%2C${props.longitude}&from=${encodeURIComponent(
'我的位置'
)}&to=${encodeURIComponent(props.name || '目的地')}&ref=${mapInfo.key}`
} else if (mapInfo.type === MapType.AMAP) {
url = `https://m.amap.com/navi/?dest=${props.longitude},${props.latitude}&key=${mapInfo.key}`
if (props.name) {
url += `&destName=${props.name}`
}
}
window.open(url)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册