Ver Fonte

首页注册弹窗参数

tanxue há 3 anos atrás
pai
commit
8c423246a2
1 ficheiros alterados com 2 adições e 2 exclusões
  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'
         }
       },