zs %!s(int64=2) %!d(string=hai) anos
pai
achega
974214ff76
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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) {