From 5e4dc3af68c2bb0a5a33fcb395e7704207125ce8 Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期二, 06 五月 2025 18:49:19 +0800
Subject: [PATCH] 提交中英文

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

diff --git a/src/utils/i18n/index.js b/src/utils/i18n/index.js
index 3a11011..0e58105 100644
--- a/src/utils/i18n/index.js
+++ b/src/utils/i18n/index.js
@@ -2,14 +2,17 @@
 import { createI18n } from 'vue-i18n'
 import {zh as planZh, en as planEn} from './locales/plan'
 import {zh as commonZh, en as commonEn} from './locales/common'
+import {zh as basicZh, en as basicEn} from './locales/basic'
 // import {zh as testZh, en as testEn} from './test' 
 let EN = {
   plan: planEn,
-  common: commonEn
+  common: commonEn,
+  basic: basicEn
 }
 let ZH = {
   plan: planZh,
-  common: commonZh
+  common: commonZh,
+  basic: basicZh
 }
 const i18n = createI18n({
   locale: 'zh', // 璁剧疆榛樿璇█涓轰腑鏂�

--
Gitblit v1.9.3