lex-xin 5 年之前
父节点
当前提交
050d260bb7
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-641dba2d.c9cfe7ab.js
  3. 4 4
      src/views/teamBuild/signupList.vue

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-641dba2d.c9cfe7ab.js


+ 4 - 4
src/views/teamBuild/signupList.vue

@@ -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)
       }
     },

部分文件因为文件数量过多而无法显示