字典:后台重载bug
This commit is contained in:
@@ -18,6 +18,7 @@ export interface DicBlueprtCompose {
|
||||
|
||||
export const dicBlueprtCompose = new Map<number, DicBlueprtCompose>();
|
||||
export function loadBlueprtCompose() {
|
||||
dicBlueprtCompose.clear();
|
||||
let arr = readFileAndParse(FILENAME.DIC_BLUEPRT_COMPOSE);
|
||||
|
||||
arr.forEach(o => {
|
||||
|
||||
Reference in New Issue
Block a user