From bd4c6e7b7c3ca95169cb4b96140ba0b1dead4bbe Mon Sep 17 00:00:00 2001 From: limengnan <420004014@qq.com> Date: Tue, 24 Jun 2025 17:43:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/plugins/vue-i18n/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-frontend/src/plugins/vue-i18n/index.ts b/core/core-frontend/src/plugins/vue-i18n/index.ts index edd4d63..5e419f5 100644 --- a/core/core-frontend/src/plugins/vue-i18n/index.ts +++ b/core/core-frontend/src/plugins/vue-i18n/index.ts @@ -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) }