mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-11-29 02:42:51 +00:00
this feat for next patch
This commit is contained in:
parent
28aa1907b2
commit
2746bdcfa8
1 changed files with 6 additions and 6 deletions
|
|
@ -395,12 +395,12 @@
|
||||||
|
|
||||||
mounted() {
|
mounted() {
|
||||||
this.loadServers();
|
this.loadServers();
|
||||||
if (this.isRefreshEnabled) {
|
//if (this.isRefreshEnabled) {
|
||||||
this.startDataRefreshLoop();
|
// this.startDataRefreshLoop();
|
||||||
}
|
//}
|
||||||
else {
|
//else {
|
||||||
this.getOnlineUsers();
|
// this.getOnlineUsers();
|
||||||
}
|
//}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue