Commit 070e72db authored by 李苏's avatar 李苏 💬

bug 修复不影响

parent db830e0a
......@@ -293,6 +293,7 @@
newTime: '',
timer: null,
timer1: null,
apiTimer:null,
ssList: [
],
showList: []
......@@ -372,7 +373,7 @@
beforeDestroy() {
clearInterval(this.timer)
clearInterval(this.timer1)
clearInterval(this.timer1)
clearInterval(this.apiTimer)
},
methods: {
initAqts(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment