|
@@ -189,9 +189,9 @@ export default {
|
|
|
cancleQr() {},
|
|
|
creatQrCode() {
|
|
|
if (!this.qrcodeStatus) {
|
|
|
- console.log(`${window.location.href.split('/#')[0]}/m/#/courseLogin?pid=0`)
|
|
|
+ console.log(`${window.location.href.split('/#')[0]}/m/#/courseHome?pid=0`)
|
|
|
this.qrcode = new QRCode(this.$refs.qrCodeUrl, {
|
|
|
- text: `${window.location.href.split('/#')[0]}/m/#/courseLogin?pid=0`, // 需要转换为二维码的内容
|
|
|
+ text: `${window.location.href.split('/#')[0]}/m/#/courseHome?pid=0`, // 需要转换为二维码的内容
|
|
|
width: 300,
|
|
|
height: 300,
|
|
|
colorDark: "#000000",
|