|
@@ -456,8 +456,8 @@ export default {
|
|
|
colorLight: '#ffffff',
|
|
|
correctLevel: QRCode.CorrectLevel.H
|
|
|
})
|
|
|
- this.qrcode.makeCode('http://mstudev.dayaedu.com/login?musicGroupId=' + id)
|
|
|
- this.codeUrl = 'http://mstudev.dayaedu.com/login?musicGroupId=' + id
|
|
|
+ this.qrcode.makeCode('http://mstudev.dayaedu.com/#/login?musicGroupId=' + id)
|
|
|
+ this.codeUrl = 'http://mstudev.dayaedu.com/#/login?musicGroupId=' + id
|
|
|
|
|
|
this.qrcode2 = new QRCode('qrcode2', {
|
|
|
width: 200,
|
|
@@ -466,8 +466,8 @@ export default {
|
|
|
colorLight: '#ffffff',
|
|
|
correctLevel: QRCode.CorrectLevel.H
|
|
|
})
|
|
|
- this.qrcode2.makeCode('http://mstudev.dayaedu.com/login?musicGroupId=' + id)
|
|
|
- this.codeUrl2 = 'http://mstudev.dayaedu.com/login?musicGroupId=' + id
|
|
|
+ this.qrcode2.makeCode('http://mstudev.dayaedu.com/#/login?musicGroupId=' + id)
|
|
|
+ this.codeUrl2 = 'http://mstudev.dayaedu.com/#/login?musicGroupId=' + id
|
|
|
}, 500)
|
|
|
}
|
|
|
},
|