diff --git a/src/components/global.vue b/src/components/global.vue index 42cd42d..b20af81 100644 --- a/src/components/global.vue +++ b/src/components/global.vue @@ -291,7 +291,7 @@ }).catch(error => { alert(error, that) }) - if(this.code === '20240326-066184') { + if(this.citeL.zxPage) { bdSocket().then(res => { let {content, idCard, mgc, refreshAD, scan, udisk} = res if(idCard) { @@ -424,6 +424,7 @@ this.cite.code = res.data this.code = res.data } + this.cite.zxPage = this.cite.onChange(this.code) this.cite.loadingSta = { sta: false }