lex-xin 6 лет назад
Родитель
Сommit
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',
             colorLight: '#ffffff',
             correctLevel: QRCode.CorrectLevel.H
             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', {
           this.qrcode2 = new QRCode('qrcode2', {
             width: 200,
             width: 200,
@@ -466,8 +466,8 @@ export default {
             colorLight: '#ffffff',
             colorLight: '#ffffff',
             correctLevel: QRCode.CorrectLevel.H
             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)
         }, 500)
       }
       }
     },
     },

Некоторые файлы не были показаны из-за большого количества измененных файлов