zs 2 سال پیش
والد
کامیت
974214ff76
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      store/websocketStore.js

+ 0 - 1
store/websocketStore.js

@@ -6,7 +6,6 @@ const store = new Vuex.Store({
 	state: {
 		socketTask: null,
 		websocketData: {}, // 存放从后端接收到的websocket数据
-		is_open_socket = false //避免重复连接
 	},
 	mutations: {
 		setWebsocketData(state, data) {