From 913582d7317bc2df682808613252ea376c6a2b1c Mon Sep 17 00:00:00 2001 From: binghaoshi <2662830896@qq.com> Date: Sat, 17 Feb 2024 22:08:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Di18=E5=BC=95=E5=85=A5?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/index.ts b/src/i18n/index.ts index 2b9072a..cd0f987 100644 --- a/src/i18n/index.ts +++ b/src/i18n/index.ts @@ -14,9 +14,9 @@ import { useThemeConfig } from '/@/stores/themeConfig'; */ // element plus 自带国际化 -import enLocale from 'element-plus/lib/locale/lang/en'; -import zhcnLocale from 'element-plus/lib/locale/lang/zh-cn'; -import zhtwLocale from 'element-plus/lib/locale/lang/zh-tw'; +import enLocale from 'element-plus/es/locale/lang/en'; +import zhcnLocale from 'element-plus/es/locale/lang/zh-cn'; +import zhtwLocale from 'element-plus/es/locale/lang/zh-tw'; // 定义变量内容 const messages = {}; -- Gitee