fixed bug

This commit is contained in:
chenjianan
2019-06-27 10:21:41 +08:00
parent 64eb0bf1dc
commit 8a159f614e
6 changed files with 17 additions and 18 deletions

View File

@@ -41,7 +41,6 @@ export default {
mounted() {
this.getFileList()
this.timer = setInterval(this.getFileList, 60 * 60 * 1000) // 60 分钟一刷新
this.drawLine()
},
beforeDestroy() {
clearInterval(this.timer)