utils/i18n.js
@@ -46,11 +46,11 @@ } export function addMissingKeyToMap(key, HFieldCode) { // 防止页面初次加载时,使用本地翻译模块导致的 假缺失现象 if (enableCollectMissingKey) { if (!MissingKeysMap[key]) { MissingKeysMap[key] = new Set() } // 防止页面初次加载时,使用本地翻译模块导致的 假缺失现象 MissingKeysMap[key].add(HFieldCode) if (!clockID) { clockID = setTimeout(() => {