mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 05:06:43 +08:00
[fix]【自助入司流程优化】协议签署页,放开因pc端调试时注释掉的人脸识别代码
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user