Commit a724953c536e74e1753e574a3edef56ab77c2e19
1 parent
356491b8
1.restart变成true
Showing
1 changed file
with
1 additions
and
1 deletions
src/models/app.js
| @@ -573,7 +573,7 @@ export default { | @@ -573,7 +573,7 @@ export default { | ||
| 573 | if (userinfo.sUserLoginType) { | 573 | if (userinfo.sUserLoginType) { |
| 574 | url = `${config.ws_host}websocket/${userinfo.sId}?sLoginType=${userinfo.sUserLoginType}`; | 574 | url = `${config.ws_host}websocket/${userinfo.sId}?sLoginType=${userinfo.sUserLoginType}`; |
| 575 | } | 575 | } |
| 576 | - if (reStart) { | 576 | + if (true) { |
| 577 | // const webSocket = yield select(state => state.app.webSocket); | 577 | // const webSocket = yield select(state => state.app.webSocket); |
| 578 | // if (webSocket === null) { | 578 | // if (webSocket === null) { |
| 579 | // return null; | 579 | // return null; |