浏览代码

bug 修复

lilei 4 年之前
父节点
当前提交
e126104d77
共有 1 个文件被更改,包括 1 次插入1 次删除
  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