diff --git a/hb_client/src/views/login/index.vue b/hb_client/src/views/login/index.vue index 74cd956..77dfe69 100644 --- a/hb_client/src/views/login/index.vue +++ b/hb_client/src/views/login/index.vue @@ -160,7 +160,7 @@ }; }, created() { - this.getUP(); + // this.getUP(); localStorage.setItem('tolerance', '0.36'); }, watch: { @@ -217,9 +217,8 @@ //读取cookie getUP() { - - this.loginForm.username = localStorage.getItem("rem_username"); - this.loginForm.password = localStorage.getItem("rem_password"); + // this.loginForm.username = localStorage.getItem("rem_username"); + // this.loginForm.password = localStorage.getItem("rem_password"); }, //人脸登录 takePhoto() { @@ -227,7 +226,6 @@ }, /*关闭相机*/ closeCamera() { - debugger; this.reload(); this.$refs.faceTracking.closeCamera(); // this.thisVideo.srcObject.getTracks()[0].stop();