From 4d6189a712e393d00e5e437d0056340fadcd5e1d Mon Sep 17 00:00:00 2001 From: liujun Date: Fri, 15 Dec 2023 09:14:13 +0800 Subject: [PATCH] =?UTF-8?q?13025=20=E7=94=A8=E5=B7=A5=E5=BD=A2=E5=BC=8F?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=8D=E6=AD=A3=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/train/apply/components/user.vue | 8 ++++---- static/config.js | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/views/train/apply/components/user.vue b/src/views/train/apply/components/user.vue index 868f65b..889dc08 100644 --- a/src/views/train/apply/components/user.vue +++ b/src/views/train/apply/components/user.vue @@ -57,8 +57,8 @@
{{ item.DEPARTMENT_NAME }}
- - + + @@ -144,8 +144,8 @@ export default { return true } }, - click() { - this.$refs.QRcode.init({ qrCodeStr: this.qrCodeStr }) + click(e) { + this.$refs.QRcode.init({ qrCodeStr: e }) }, openPicture(src) { this.$refs.Picture.init({ src: src }) diff --git a/static/config.js b/static/config.js index 8e392f3..48b2ad0 100644 --- a/static/config.js +++ b/static/config.js @@ -6,5 +6,6 @@ const config = { // 正式 fileUrl: 'https://qgqy.qhdsafety.com/file/', // 附件服务器地址, publicKey: 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC2zCyUYSD0pNrbtaYdvGfHfWoRV+fo/2N9O2PLLz/jZvMkigkq4eAq4JO+Ek0wDHI9WxP6iTSLYCHhIOs9CQTPvyldJFm8riZtQZlBTD8Plkb3rjrgwTqbBi3w3+HKYdkSvGFXJIdSOPbpXnj5BzN8vlVaybs24R/vpUzG9178lwIDAQAB', - httpJgUrl: 'http://192.168.151.56:8092/' + httpJgUrl: 'http://192.168.151.56:8092/', + messageUrl: 'http://192.168.151.56:8082/static/qrcode/views/xgf_hgz/index.html' }