This commit is contained in:
lesion 2021-10-29 15:24:26 +02:00
parent 10d8639bf8
commit ea6d9e98c7
No known key found for this signature in database
GPG key ID: 352918250B012177

View file

@ -56,7 +56,7 @@ export default {
this.step = this.step + 1
this.$refs.completed.start(user)
} catch (e) {
this.$root.$message(e.response.data, { color: 'error' })
this.$root.$message(e.response ? e.response.data : e, { color: 'error' })
}
}
}