mirror of
https://github.com/certd/certd.git
synced 2026-04-23 11:37:23 +08:00
perf: 首页新增修改密码提示
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user