diff --git a/src/models/app.js b/src/models/app.js index 755c5bf..327a909 100644 --- a/src/models/app.js +++ b/src/models/app.js @@ -573,7 +573,7 @@ export default { if (userinfo.sUserLoginType) { url = `${config.ws_host}websocket/${userinfo.sId}?sLoginType=${userinfo.sUserLoginType}`; } - if (reStart) { + if (true) { // const webSocket = yield select(state => state.app.webSocket); // if (webSocket === null) { // return null;