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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.