feat: Turn off scheduled refresh

This commit is contained in:
ruofei.yu 2025-09-03 14:12:15 +08:00
parent 59e4cf88b3
commit 30caeffe6b
1 changed files with 1052 additions and 1052 deletions

View File

@ -243,13 +243,13 @@ export default {
}, 1000); }, 1000);
this.getList(); this.getList();
// //
setInterval(function() { // setInterval(function() {
if (this_.is_last) { // if (this_.is_last) {
this_.to_pre(); // this_.to_pre();
} else { // } else {
this_.to_next(); // this_.to_next();
} // }
}, 30000); // }, 30000);
}, },
watch: { watch: {
websoketData: { websoketData: {