Explorar el Código

首页注册弹窗参数

tanxue hace 3 años
padre
commit
8c423246a2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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'
         }
       },