瀏覽代碼

免费试用路径修改

tanxue 3 年之前
父節點
當前提交
21df139e97
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      pages/index.vue

+ 5 - 1
pages/index.vue

@@ -628,7 +628,11 @@
         var registerType = type;
         this.getSystemWidth();
         if(this.SystemWidthFlag){
-          this.$router.push({ name: 'registerPhone', query: {flug: registerType,} });
+          if(registerType===1) {
+            window.open('https://cdnks.mtavip.com/mdist/#/webRegister?flug=1')
+          }else {
+            window.open('https://cdnks.mtavip.com/mdist/#/webRegister?flug=2')
+          }
         }else{
           if(registerType===1){
             window.open('https://cdnks.mtavip.com/a/register?flug=1')