修复分屏监控导致的后台报错
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user