Parcourir la source

首页注册弹窗参数

tanxue il y a 3 ans
Parent
commit
8c423246a2
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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'
         }
       },