字典:后台重载bug
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user