shawenguan 2 年之前
父節點
當前提交
9c7bf6b5cc
共有 2 個文件被更改,包括 2 次插入6 次删除
  1. 1 1
      Scripts/gandart/gandartComposite.js
  2. 1 5
      Scripts/gandart/gandartExchange.js

+ 1 - 1
Scripts/gandart/gandartComposite.js

@@ -77,7 +77,7 @@ let gFuncEnables = lk.getVal(GandartConstKey.CompositeFuncEnalbleList);
 if (!lk.isEmpty(gFuncEnables)) {
     gFuncEnables = gFuncEnables.split(',');
 } else {
-    gFuncEnables = [];
+    gFuncEnables = ["TaskList", "MateList", "DecidedList"];
 }
 if (!lk.isExecComm) {
     if (!lk.isRequest()) {

File diff suppressed because it is too large
+ 1 - 5
Scripts/gandart/gandartExchange.js


Some files were not shown because too many files changed in this diff