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-debug.log*
|
||||||
yarn-error.log*
|
yarn-error.log*
|
||||||
*.log
|
*.log
|
||||||
|
*.zip
|
||||||
# Editor directories and files
|
# Editor directories and files
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
|
|
|
@ -274,13 +274,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: {
|
||||||
|
|
Loading…
Reference in New Issue