diff --git a/src/views/incomePayments/meetManage/Attendance.vue b/src/views/incomePayments/meetManage/Attendance.vue index 30e3d50..920174b 100644 --- a/src/views/incomePayments/meetManage/Attendance.vue +++ b/src/views/incomePayments/meetManage/Attendance.vue @@ -651,7 +651,7 @@ export default { // 签到地址 只给一个会议id 加前缀是为了区分 小程序的扫码签到是否扫描的是签到二维码 // 2021-11-26 客户变更 要微信扫描签到二维码跳转程序去签到 signInUrl() { - return `${window._CONFIG['singUpQRCodeURL']}?scansign=${this.$route.query.id}` + return `${window._CONFIG['singInQRCodeURL']}?scansign=${this.$route.query.id}` }, // 页面先使用的 报名地址 showSignUpHref(){