|
@@ -1178,9 +1178,10 @@ export default {
|
|
|
this.ruleForm.STUDENT_CLIENT_DEFAULT_SIZE =
|
|
|
this.ruleForm.properties.STUDENT_CLIENT_DEFAULT_SIZE ||
|
|
|
this.ruleForm.STUDENT_CLIENT_DEFAULT_SIZE;
|
|
|
- this.ruleForm.STUDENT_CLIENT_CONSOLE_CONFIG =
|
|
|
- this.ruleForm.properties.STUDENT_CLIENT_CONSOLE_CONFIG ||
|
|
|
- this.ruleForm.STUDENT_CLIENT_CONSOLE_CONFIG;
|
|
|
+ this.ruleForm.STUDENT_CLIENT_CONSOLE_CONFIG = this.ruleForm.properties
|
|
|
+ .STUDENT_CLIENT_CONSOLE_CONFIG
|
|
|
+ ? ""
|
|
|
+ : this.ruleForm.properties.STUDENT_CLIENT_CONSOLE_CONFIG;
|
|
|
this.ruleForm.STUDENT_CODE_LOGIN_ALIAS =
|
|
|
this.ruleForm.properties.STUDENT_CODE_LOGIN_ALIAS ||
|
|
|
this.ruleForm.STUDENT_CODE_LOGIN_ALIAS;
|