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'
}