国标录像UI重构
This commit is contained in:
@@ -101,11 +101,14 @@ export default {
|
||||
window.clearTimeout(this.timer);
|
||||
}
|
||||
this.timer = setTimeout(()=>{
|
||||
this.getSystemInfo();
|
||||
this.getLoad();
|
||||
this.timer = null;
|
||||
this.loopForSystemInfo()
|
||||
this.getResourceInfo()
|
||||
if (this.$route.path === "/console") {
|
||||
this.getSystemInfo();
|
||||
this.getLoad();
|
||||
this.timer = null;
|
||||
this.loopForSystemInfo()
|
||||
this.getResourceInfo()
|
||||
}
|
||||
|
||||
}, 2000)
|
||||
},
|
||||
getSystemInfo: function (){
|
||||
|
||||
Reference in New Issue
Block a user