diff --git a/src/views/profile/DeviceDetailsView/deviceSelectNav.vue b/src/views/profile/DeviceDetailsView/deviceSelectNav.vue index 6bb8b009..41783080 100644 --- a/src/views/profile/DeviceDetailsView/deviceSelectNav.vue +++ b/src/views/profile/DeviceDetailsView/deviceSelectNav.vue @@ -694,6 +694,7 @@ export default { // 定时 ping ws timingPingWs(row) { this.extenSubmit(row); + clearInterval(this.timingPingWs_flag); const _this = this; this.timingPingWs_flag = setInterval(function() { _this.extenSubmit(row); diff --git a/src/views/profile/DeviceDetailsView/index.vue b/src/views/profile/DeviceDetailsView/index.vue index 9175009e..4d80d9d3 100644 --- a/src/views/profile/DeviceDetailsView/index.vue +++ b/src/views/profile/DeviceDetailsView/index.vue @@ -1,33 +1,33 @@