【bug】修改会议的签到二维码 返回路径
This commit is contained in:
@@ -618,9 +618,9 @@ export default {
|
|||||||
signUpHerfUrl() {
|
signUpHerfUrl() {
|
||||||
return `${ window._CONFIG['singUpQRCodeURL'] }?id=${ this.$route.query.id }`
|
return `${ window._CONFIG['singUpQRCodeURL'] }?id=${ this.$route.query.id }`
|
||||||
},
|
},
|
||||||
// 签到地址 只给一个会议id
|
// 签到地址 只给一个会议id 加前缀是为了区分 小程序的扫码签到是否扫描的是签到二维码
|
||||||
signInUrl() {
|
signInUrl() {
|
||||||
return this.$route.query.id
|
return `scanSign=${this.$route.query.id}`
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user