Browse Source

修改连接

lex-xin 5 years ago
parent
commit
d78322c40a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/dashboard/index.vue

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

@@ -557,7 +557,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")) {