|
@@ -92,6 +92,10 @@
|
|
|
logout({}).then(res => {
|
|
|
getApp().globalData.token = ''
|
|
|
_this.$u.vuex('vuex_token','')
|
|
|
+ _this.$u.vuex('vuex_userData','')
|
|
|
+ _this.$u.vuex('vuex_cartList','')
|
|
|
+ _this.$u.vuex('vuex_OrderAddress','')
|
|
|
+ _this.$u.vuex('vuex_toOrderList','')
|
|
|
// 关闭socket
|
|
|
_this.$store.commit("$closeWebsocket")
|
|
|
uni.reLaunch({
|