CN-1289 fix: 修复登录失败错误提示问题

This commit is contained in:
chenjinsong
2023-09-15 16:54:36 +08:00
parent e5149aa5bd
commit c50895c46f
6 changed files with 21 additions and 27 deletions

View File

@@ -298,7 +298,6 @@ export default {
axios.get(`${this.url}/${u.id}`).then(response => {
if (response.status === 200) {
this.object = response.data.data.list[0]
console.info(this.object)
}
}).catch(e => {
console.error(e)