mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 06:07:24 +08:00
v1.9 登陆错误信息提示
This commit is contained in:
parent
b0260112e5
commit
1f9802a2e8
@ -47,7 +47,7 @@ export default {
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('请求失败:', error)
|
||||
this.$message.error(this.$t('common.operateFail'))
|
||||
this.$message.error(error || this.$t('common.operateFail'))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user