fix: wrong response field is used (#526)

pull/529/head
QuentinHsu 2022-03-29 22:22:01 +08:00 committed by GitHub
parent 54f20b4895
commit 719e3bd63c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ export default {
apiClient.mail
.testSmtpService(this.mailParam)
.then(response => {
this.$message.info(response.data)
this.$message.info(response.message)
})
.catch(() => {
this.sendErrored = true