This commit is contained in:
limengnan 2025-06-24 17:43:46 +08:00
parent 0739146ea4
commit bd4c6e7b7c

View File

@ -54,7 +54,7 @@ const loadRemoteI18n = async (option: any) => {
PATH_URL.startsWith('./') && PATH_URL.length > 2
? window.location.pathname + PATH_URL.substring(2)
: PATH_URL
const url = `${path}/i18n/custom_${name}_front_${option.name}.js`
const url:any = `${path}/i18n/custom_${name}_front_${option.name}.js`
return await import(url)
}