会议签到二维码
This commit is contained in:
@@ -13,4 +13,6 @@ window._CONFIG["onlinePreviewDomainURL"] = "http://localhost:8012/onlinePreview"
|
|||||||
|
|
||||||
// 会议管理报名二维码地址
|
// 会议管理报名二维码地址
|
||||||
window._CONFIG['singUpQRCodeURL'] = 'http://localhost:3000/signUpEntrance'
|
window._CONFIG['singUpQRCodeURL'] = 'http://localhost:3000/signUpEntrance'
|
||||||
|
// 签到二维码url
|
||||||
|
window._CONFIG['signInUrl'] = '/meeting/payMeetingSituation/getSignInPage'
|
||||||
|
|
||||||
|
|||||||
@@ -574,7 +574,7 @@ export default {
|
|||||||
// 生成会议报名二维码
|
// 生成会议报名二维码
|
||||||
this.signUpQRCode = await this.generateQRCode(this.signUpHerfUrl)
|
this.signUpQRCode = await this.generateQRCode(this.signUpHerfUrl)
|
||||||
// 生成签到二维码
|
// 生成签到二维码
|
||||||
this.signInQRCode = await this.generateQRCode('https://www.baidu.com')
|
this.signInQRCode = await this.generateQRCode(this.signInUrl)
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
// 标协会议类型
|
// 标协会议类型
|
||||||
@@ -601,6 +601,10 @@ export default {
|
|||||||
// 报名链接
|
// 报名链接
|
||||||
signUpHerfUrl() {
|
signUpHerfUrl() {
|
||||||
return `${window._CONFIG['singUpQRCodeURL']}?id=${this.$route.query.id}`
|
return `${window._CONFIG['singUpQRCodeURL']}?id=${this.$route.query.id}`
|
||||||
|
},
|
||||||
|
// 签到地址
|
||||||
|
signInUrl() {
|
||||||
|
return `${window._CONFIG['signInUrl']}?id=${this.$route.query.id}`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user