Compare commits

...

2 Commits

Author SHA1 Message Date
xiaomeng 93e6cb06e3 Merge pull request '1' (#147) from pc-master into portal
Reviewed-on: #147
2024-05-24 10:41:32 +00:00
wb-zhuangyuehuang-vjzzZ d991b13c1c 1 2024-05-23 14:08:26 +08:00
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,7 @@ export default {
this.deviceName = store.equipmentList[this.indexs - 1].deviceName
this.deviceState = store.equipmentList[this.indexs - 1].deviceState
clearInterval(this.statusInterval) && this.statusInterval
this.imgUrl=''
setTimeout(() => {
if (this.player) {
@ -110,6 +111,7 @@ export default {
this.deviceTypeName = store.equipmentList[this.indexs - 1].deviceTypeName
this.deviceName = store.equipmentList[this.indexs - 1].deviceName
this.deviceState = store.equipmentList[this.indexs - 1].deviceState
this.imgUrl=''
clearInterval(this.statusInterval) && this.statusInterval
setTimeout(() => {