YY 2 năm trước cách đây
mục cha
commit
3da165ce5c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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: `重置密码成功` });
           }
         });