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() {
|
||||
this.loadServers();
|
||||
if (this.isRefreshEnabled) {
|
||||
this.startDataRefreshLoop();
|
||||
}
|
||||
else {
|
||||
this.getOnlineUsers();
|
||||
}
|
||||
//if (this.isRefreshEnabled) {
|
||||
// this.startDataRefreshLoop();
|
||||
//}
|
||||
//else {
|
||||
// this.getOnlineUsers();
|
||||
//}
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue