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);
this.getList();
//
setInterval(function() {
if (this_.is_last) {
this_.to_pre();
} else {
this_.to_next();
}
}, 30000);
// setInterval(function() {
// if (this_.is_last) {
// this_.to_pre();
// } else {
// this_.to_next();
// }
// }, 30000);
},
watch: {
websoketData: {