lex-xin 5 years ago
parent
commit
4d24f88274

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.262f9ba9.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.164dd63f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.73619114.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-elementUI.1072e27f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-elementUI.abe15f16.js


+ 1 - 1
src/views/dashboard/index.vue

@@ -560,7 +560,7 @@ export default {
         this.qrcodes = new QRCode(document.getElementById("qrCode"), {
           width: 200, // 设置宽度,单位像素
           height: 200, // 设置高度,单位像素
-          text: `http://testpay.dayaedu.com/#/order?classId=${this.majorId}&schoolName=${this.actionTearm}&?${date}` // 设置二维码内容或跳转地址
+          text: `http://pay.dayaedu.com/#/order?classId=${this.majorId}&schoolName=${this.actionTearm}&?${date}` // 设置二维码内容或跳转地址
         })
       }, 100)
       if (document.getElementById("qrCode")) {

Some files were not shown because too many files changed in this diff