|
@@ -212,8 +212,7 @@ const targetURL = computed(() => {
|
|
if (bimChecked.value) {
|
|
if (bimChecked.value) {
|
|
return `smart-bim.html?m=${project.value.bimData.bimOssFilePath}`
|
|
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' : ''}`
|
|
return `smart-kankan.html?m=${target.value.num}${isDev ? '&dev' : ''}`
|
|
} else {
|
|
} else {
|