@@ -212,8 +212,7 @@ const targetURL = computed(() => {
if (bimChecked.value) {
return `smart-bim.html?m=${project.value.bimData.bimOssFilePath}`
}
-
- if (source.value.type < 2) {
+ if (target.value.type < 2) {
// 看看、看见场景
return `smart-kankan.html?m=${target.value.num}${isDev ? '&dev' : ''}`
} else {