style: 去除打印

This commit is contained in:
@changcode
2021-10-27 17:53:58 +08:00
parent b93a586d79
commit 941eeb186b
3 changed files with 1 additions and 8 deletions

View File

@@ -152,7 +152,6 @@ export default {
this.refreshDataFunc()
},
antiShake () {
console.log('aaaaa')
if (this.timer) {
clearTimeout(this.timer)
this.timer = setTimeout(() => {
@@ -160,7 +159,6 @@ export default {
this.timer = ''
}, 200)
} else {
console.log('123123')
this.timer = setTimeout(() => {
this.refreshDataFunc()
this.timer = ''