Browse Source

考试系统页面下的所有【免费试用】按钮链接,更改成培训系统的链接

tanxue 2 năm trước cách đây
mục cha
commit
7784e0099e
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      pages/examsystem/index.vue

+ 2 - 2
pages/examsystem/index.vue

@@ -407,9 +407,9 @@
         this.getSystemWidth();
           // 没升级
           if(this.SystemWidthFlag){
-            window.open('https://cdnks.mtavip.com/mdist/#/webRegister?flug=1')
+            window.open('https://cdnks.mtavip.com/mdist/#/webRegister?flug=2')
           }else{
-            window.open('https://cdnks.mtavip.com/a/register?flug=1')
+            window.open('https://cdnks.mtavip.com/a/register?flug=2')
 
           }
       },