用户模块

This commit is contained in:
仲么了
2023-07-10 20:20:00 +08:00
parent 69063cb241
commit 2104bc0c4c
17 changed files with 4764 additions and 381 deletions

View File

@@ -140,7 +140,7 @@ export default {
// this.step = 2
// 直接登录
autoLogin(this.formData.phone).then((res) => {
this.loginSuccess(res.data)
this.$util.loginSuccess(res.data)
})
})
})