From 65bc1198a74c6727d1c3c64025c4a6f896e592d1 Mon Sep 17 00:00:00 2001
From: unknown <dcc@163.com>
Date: Fri, 10 May 2024 02:12:46 +0800
Subject: [PATCH] 222

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

diff --git a/src/i18n/index.js b/src/i18n/index.js
index 714dab7..e300d73 100644
--- a/src/i18n/index.js
+++ b/src/i18n/index.js
@@ -24,7 +24,7 @@
 Vue.use(VueI18n)
 
 // 获取当前语言(初始化时localStorage里没有存语言,默认为浏览器当前的语言)
-const lang = getStorage('lang')  || 'CN'
+const lang = getStorage('lang')  || 'en'
 //const lang = 'zh-CN'
 
 // 组合element ui 和 项目自身的文案文件

--
Gitblit v1.9.3