Compare commits
No commits in common. "93e6cb06e322b1370559f9fff2e1c24b4e7fbec4" and "79c354f4dcd533c6d49e89a396cb52f93851207b" have entirely different histories.
93e6cb06e3
...
79c354f4dc
|
@ -91,7 +91,6 @@ 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) {
|
||||
|
@ -111,7 +110,6 @@ 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(() => {
|
||||
|
||||
|
|
Loading…
Reference in New Issue