YY 2 years ago
parent
commit
3da165ce5c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/login.vue

+ 0 - 1
src/views/login.vue

@@ -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: `重置密码成功` });
           }
         });