Browse Source

!75 fix: ws断线重连的bug

Merge pull request !75 from blue/v_2.0.0
master
blue 2 years ago
committed by Gitee
parent
commit
0af6b00805
No known key found for this signature in database GPG Key ID: 173E9B9CA92EEF8F
  1. 2
      im-uniapp/App.vue

2
im-uniapp/App.vue

@ -268,7 +268,7 @@
}, },
exit() { exit() {
console.log("exit"); console.log("exit");
wsApi.close(1000); wsApi.close(3099);
uni.removeStorageSync("loginInfo"); uni.removeStorageSync("loginInfo");
uni.reLaunch({ uni.reLaunch({
url: "/pages/login/login" url: "/pages/login/login"

Loading…
Cancel
Save