@@ -67,6 +67,7 @@ const store = new Vuex.Store({
commit,
dispatch
}, url) {
+ dispatch('websocketClose')
setTimeout(() => {
dispatch('websocketInit', url)
}, 3000)