登录失效,购物车商品数不变问题

This commit is contained in:
mabo
2021-05-17 11:00:02 +08:00
parent 9df8a753d4
commit 182a77f0cb
3 changed files with 8 additions and 3 deletions

View File

@@ -45,7 +45,7 @@
</div>
<div class="sign-out" @click="signOutFun">
<Icon type="md-exit"></Icon>
<p>退出登</p>
<p>退出登</p>
</div>
</div>
</DropdownMenu>
@@ -173,6 +173,8 @@ export default {
storage.removeItem('accessToken');
storage.removeItem('refreshToken');
storage.removeItem('userInfo');
storage.removeItem('cartNum');
this.$store.commit('SET_CARTNUM', 0)
this.$router.push('/login');
},
goUserCenter (path) { // 跳转我的订单,我的足迹