perf: 首页新增修改密码提示

This commit is contained in:
xiaojunnuo
2024-11-30 22:35:26 +08:00
parent 61d6b06c56
commit 0772d3b3fd
10 changed files with 162 additions and 92 deletions
@@ -44,6 +44,9 @@ export class AnPushNotification extends BaseNotification {
channel: this.channel,
},
};
await this.http.request(config);
const res = await this.http.request(config);
if (res.code != 200) {
throw new Error('发送失败:' + res.msg);
}
}
}