CN-1289 fix: 修复登录失败错误提示问题
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user