字典:后台重载bug
This commit is contained in:
@@ -15,6 +15,8 @@ export interface DicShopList {
|
||||
|
||||
export const dicShopList = new Map<number, DicShopList>();
|
||||
export function loadShopList() {
|
||||
dicShopList.clear();
|
||||
|
||||
let arr = readFileAndParse(FILENAME.DIC_SHOP_LIST);
|
||||
|
||||
arr.forEach(o => {
|
||||
|
||||
Reference in New Issue
Block a user