瀏覽代碼

同步数据

lex-xin 5 年之前
父節點
當前提交
f4ffb99152
共有 4 個文件被更改,包括 1 次插入1 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/css/app.9d265932.css
  3. 0 0
      dist/static/js/app.afbc05f7.js
  4. 1 1
      src/views/dashboard/index.vue

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/app.9d265932.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.afbc05f7.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://pay.dayaedu.com/#/order?classId=${this.majorId}&schoolName=${this.actionTearm}&?${date}` // 设置二维码内容或跳转地址
+          text: `http://testpay.dayaedu.com/#/order?classId=${this.majorId}&schoolName=${this.actionTearm}&?${date}` // 设置二维码内容或跳转地址
         })
       }, 100)
       if (document.getElementById("qrCode")) {

部分文件因文件數量過多而無法顯示