@@ -102,11 +102,11 @@
captcha: this.captcha,
password: this.password,
})
- .then(({
+ .then((
data
- }) => {
+ ) => {
this.loding = false;
- this.$api.msg(obj.$t("safe.d3"));
+ this.$api.msg(data.msg);
.catch(err => {