修复导览与讲解位置预览逻辑
This commit is contained in:
@@ -220,7 +220,7 @@ const canNavigate = computed(() => {
|
||||
|
||||
const navigateButtonText = computed(() => {
|
||||
if (props.loading) return '规划中...'
|
||||
if (hasRoute.value) return '开始导航'
|
||||
if (hasRoute.value) return '打开地图'
|
||||
return '规划路线'
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user