@@ -97,7 +97,6 @@ export default {
}).then(async () => {
const res = await this.pwdCreate({ account: this.form.account });
if (this.$checkRes(res)) {
- console.log(res);
this.$message({ type: `success`, message: `重置密码成功` });
}
});