修复登录页面重复调用token导致token失效的bug
This commit is contained in:
@@ -45,9 +45,6 @@
|
||||
isShowParent: false
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.$store.commit('setToken', '')
|
||||
},
|
||||
methods: {
|
||||
// 获取验证码
|
||||
getPhoneCode() {
|
||||
|
||||
Reference in New Issue
Block a user