@@ -532,6 +532,11 @@ export default {
}
},
viewRow(row) {
+ if (!row.videoAddress) {
+ this.$message.warning("本场景无仿真视频");
+ return;
+ }
+
this.dialogVisible = true;
this.videoDiaTitle = row.naturalName;
@@ -260,6 +260,11 @@ export default {
this.videoDiaTitle = row.sceneName;
@@ -369,6 +369,11 @@ export default {