[fix]【自助入司流程优化】协议签署页,放开因pc端调试时注释掉的人脸识别代码

This commit is contained in:
yuweiqi
2020-05-11 17:51:14 +08:00
parent 1dda7a63ab
commit 5db5b24c0c

View File

@@ -104,7 +104,7 @@ export default {
}) })
}, },
faceAuth() { faceAuth() {
/* // /*
let that = this let that = this
localStorage.idNo = this.agentInfo.idNo localStorage.idNo = this.agentInfo.idNo
localStorage.idName = this.agentInfo.name localStorage.idName = this.agentInfo.name
@@ -128,8 +128,8 @@ export default {
} else { } else {
that.goUrl() that.goUrl()
} }
*/ // */
this.goUrl() // this.goUrl()//调试专用
}, },
//自定义key值排序用 //自定义key值排序用
addKey(item) { addKey(item) {