Browse Source

bug 修复

lilei 4 năm trước cách đây
mục cha
commit
e126104d77
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/user/Login.vue

+ 1 - 1
src/views/user/Login.vue

@@ -158,7 +158,7 @@ export default {
     //   })
     // this.requiredTwoStepCaptcha = true
     const rem = this.$cookies.get('REMEMBER_ME')
-    console.log(rem)
+    // console.log(rem)
     if (rem && rem.rememberMe) {
       this.username = rem.username
       this.password = rem.password