【web】 弹窗时间

dev
Wangxin 8 months ago
parent ff14ed67a0
commit bcac46fb43
  1. 2
      ALOps_sys_fe/alops-ui/src/views/index.vue

@ -375,7 +375,7 @@ export default {
//
setInterval(() => {
this.refreshDeviceStatus();
}, 600000);
}, 60000);
},
beforeDestroy() {
//

Loading…
Cancel
Save