chore: 升级i18n相关依赖,相关兼容处理

This commit is contained in:
xiaoxian521
2024-09-21 16:05:02 +08:00
parent 4e14ab22ba
commit ab39864ef4
4 changed files with 180 additions and 133 deletions

View File

@@ -50,7 +50,7 @@ function getObjectKeys(obj) {
if (obj[k] && isObject(obj[k])) {
stack.push({ obj: obj[k], key: newKey });
} else {
keys.add(newKey);
keys.add(key);
}
}
}