feat: Modify 'sbjkkb' to not automatically flip pages
This commit is contained in:
parent
30caeffe6b
commit
40da56f515
|
@ -6,7 +6,7 @@ npm-debug.log*
|
|||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
*.log
|
||||
|
||||
*.zip
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.vscode
|
||||
|
|
|
@ -274,13 +274,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: {
|
||||
|
|
Loading…
Reference in New Issue