字典:后台重载bug

This commit is contained in:
luying
2021-10-15 18:16:05 +08:00
parent 70a3d719b0
commit abce31b539
73 changed files with 138 additions and 57 deletions

View File

@@ -14,7 +14,8 @@ export interface DicTaskBox {
export const dicTaskBox = new Map<number, Map<number, DicTaskBox>>();
export function loadTaskBox() {
dicTaskBox.clear();
let arr1 = readFileAndParse(FILENAME.DIC_TASK_BOX);
arr1.forEach(o => {
if(!dicTaskBox.has(TASK_FUN_TYPE.DAILY)) {