门店
This commit is contained in:
@@ -61,7 +61,7 @@ export default {
|
||||
...mapActions(['getUserInfo', 'autoLogin']),
|
||||
handleLogin() {
|
||||
if (!this.token) {
|
||||
this.autoLogin();
|
||||
this.autoLogin({loginWay: ''});
|
||||
} else this.$u.toast("已登录,无需重新登录!")
|
||||
},
|
||||
handleAdminLogin({detail: {code: phoneCode}}) {
|
||||
|
||||
Reference in New Issue
Block a user