Compare commits

...

2 Commits

Author SHA1 Message Date
6b01f4b60e Merge branch 'main' of http://121.37.111.42:3000/ThbTech/gis-bi 2025-03-14 14:12:16 +08:00
4f29bccf10 优化代码 2025-03-14 14:11:40 +08:00

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>) => {