zs 2 năm trước cách đây
mục cha
commit
974214ff76
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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) {