json:fix数组重复加载的bug

This commit is contained in:
luying
2021-06-07 09:54:07 +08:00
parent fe73748cd7
commit c2436c85a8
17 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export interface DicPvpBox {
export const dicPvpBoxs = new Array<DicPvpBox>();
export function loadPvpBox() {
dicPvpBoxs.splice(0, dicPvpBoxs.length);
let arr = readFileAndParse(FILENAME.DIC_PVP_BOX);
arr.forEach(o => {