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

bug 修复不影响

parent db830e0a
...@@ -293,6 +293,7 @@ ...@@ -293,6 +293,7 @@
newTime: '', newTime: '',
timer: null, timer: null,
timer1: null, timer1: null,
apiTimer:null,
ssList: [ ssList: [
], ],
showList: [] showList: []
...@@ -372,7 +373,7 @@ ...@@ -372,7 +373,7 @@
beforeDestroy() { beforeDestroy() {
clearInterval(this.timer) clearInterval(this.timer)
clearInterval(this.timer1) clearInterval(this.timer1)
clearInterval(this.timer1) clearInterval(this.apiTimer)
}, },
methods: { methods: {
initAqts(){ 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