Commit a724953c536e74e1753e574a3edef56ab77c2e19

Authored by Min
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 573 if (userinfo.sUserLoginType) {
574 574 url = `${config.ws_host}websocket/${userinfo.sId}?sLoginType=${userinfo.sUserLoginType}`;
575 575 }
576   - if (reStart) {
  576 + if (true) {
577 577 // const webSocket = yield select(state => state.app.webSocket);
578 578 // if (webSocket === null) {
579 579 // return null;
... ...