From 960ed35de06e571da5656050fa39106b2a3d2dba Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期四, 08 五月 2025 11:32:35 +0800
Subject: [PATCH] 提交钣金异常页面,前端项目自动导入element组件,i18n文件修改

---
 src/utils/i18n/index.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/utils/i18n/index.js b/src/utils/i18n/index.js
index 0e58105..71e5ca8 100644
--- a/src/utils/i18n/index.js
+++ b/src/utils/i18n/index.js
@@ -7,12 +7,12 @@
 let EN = {
   plan: planEn,
   common: commonEn,
-  basic: basicEn
+  basic: basicEn,
 }
 let ZH = {
   plan: planZh,
   common: commonZh,
-  basic: basicZh
+  basic: basicZh,
 }
 const i18n = createI18n({
   locale: 'zh', // 璁剧疆榛樿璇█涓轰腑鏂�

--
Gitblit v1.9.3