@@ -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'
}
},