|
@@ -86,11 +86,10 @@
|
|
|
logout().then(res => {
|
|
|
console.log(res);
|
|
|
if (res.status == 200) {
|
|
|
- this.$store.commit("$closeWebsocket")
|
|
|
+ // this.$store.commit("$closeWebsocket")
|
|
|
this.$store.state.vuex_token = '';
|
|
|
this.$store.state.vuex_userData = '';
|
|
|
uni.setStorageSync('setStatusIndexFunc', 0);
|
|
|
- this.$toashMsg(res.message)
|
|
|
setTimeout(function() {
|
|
|
uni.reLaunch({
|
|
|
url: '/pages/login/login'
|