v1.9 登陆错误信息提示

This commit is contained in:
wuxw 2025-08-26 17:34:04 +08:00
parent b0260112e5
commit 1f9802a2e8

View File

@ -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'))
}
}
}