mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
演示环境 发布bug 修复版
This commit is contained in:
parent
a00c264fe7
commit
8b0477d9ae
@ -16,7 +16,7 @@ export function login(data) {
|
||||
reject(res.msg || '登录失败')
|
||||
}
|
||||
}).catch(error => {
|
||||
reject(error)
|
||||
reject(error.response.data)
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user