修复分屏监控导致的后台报错

This commit is contained in:
648540858
2024-10-19 21:01:24 +08:00
parent 321b1b98fb
commit e2f534e000
2 changed files with 3 additions and 115 deletions

View File

@@ -200,9 +200,9 @@ export default {
},
checkPlayByParam() {
let channelId = this.$route.query
if (channelId) {
this.sendDevicePush(channelId)
let query = this.$route.query
if (query.channelId) {
this.sendDevicePush(query.channelId)
}
},
shot(e) {