This commit is contained in:
liuye
2024-06-25 09:39:33 +08:00
parent 53068a8aa4
commit 366e575d79
10 changed files with 100 additions and 44 deletions

View File

@@ -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}}) {