Browse Source

Merge remote-tracking branch 'origin/hotfixes_v5.0.2_20240311_updates' into dev_v5.0.3

deason 1 year ago
parent
commit
9b4cbea223
1 changed files with 1 additions and 5 deletions
  1. 1 5
      src/modules/basic/view/clientConfig.vue

+ 1 - 5
src/modules/basic/view/clientConfig.vue

@@ -1236,11 +1236,7 @@ export default {
               this.ruleForm.properties.SHOW_INFO.split(",");
           } else {
             // 默认值
-            let defaultValue = [];
-            for (let lt of SHOW_INFO) {
-              defaultValue.push(lt.code);
-            }
-            this.ruleForm.show_info_list = defaultValue;
+            this.ruleForm.show_info_list = [];
           }
 
           if (this.ruleForm.properties.PREVENT_CHEATING_CONFIG) {