Selaa lähdekoodia

首页注册弹窗参数

tanxue 3 vuotta sitten
vanhempi
commit
8c423246a2
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      pages/index.vue

+ 2 - 2
pages/index.vue

@@ -375,9 +375,9 @@
       FreeTrial(data){
         this.regDialogFlag = true;
         if(data === 'ks'){
-          this.systemCode = 'ksClient'
+          this.systemCode = 'ksAdmin'
         }else{
-          this.systemCode = 'pxClient'
+          this.systemCode = 'pxAdmin'
         }
       },