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
@@ -15,7 +15,7 @@ export interface DicRank {
export const dicRank = new Array<DicRank>();
export function loadRank() {
dicRank.splice(0, dicRank.length);
let arr = readFileAndParse(FILENAME.DIC_RANK);
arr.forEach(o => {