Merge remote-tracking branch 'origin/main'

This commit is contained in:
root 2025-03-24 10:33:23 +08:00
commit 6c3a2a45b3

View File

@ -55,7 +55,7 @@ const loadRemoteI18n = async (option: any) => {
? window.location.pathname + PATH_URL.substring(2)
: PATH_URL
const url = `${path}/i18n/custom_${name}_front_${option.name}.js`
return await import(url)
return await import(/* @vite-ignore */ url)
}
export const setupI18n = async (app: App<Element>) => {