diff --git a/src/components/global.vue b/src/components/global.vue index b0e00ea..feebf86 100644 --- a/src/components/global.vue +++ b/src/components/global.vue @@ -379,7 +379,7 @@ }) if(this.citeL.zxPage) { bdSocket().then(res => { - let {content, idCard, mgc, refreshAD, scan, udisk} = res + let {content, idCard, mgc, refreshAD, scan, udisk, complete} = res if(idCard) { // 跳转到身份证打印 this.cite.modeName = '身份证打印' @@ -418,6 +418,10 @@ } this.numZt = 30 this.onNum() + }else if(complete) { + this.$router.push({ + name: 'complete' + }) } }).catch(error => { console.log(error)