From 00a9199abd43a052f26c2a7e8cb7e9c2fce71dc7 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Mon, 18 Aug 2025 16:05:58 +0800
Subject: [PATCH] 1

---
 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 0699791..267c2bd 100644
--- a/src/i18n/index.js
+++ b/src/i18n/index.js
@@ -25,7 +25,7 @@
 Vue.use(VueI18n)
 
 // 获取当前语言(初始化时localStorage里没有存语言,默认为浏览器当前的语言)
-const lang = getStorage('lang')  || 'en'
+const lang = getStorage('lang')  || 'de'
 //const lang = 'zh-CN'
 
 // 组合element ui 和 项目自身的文案文件

--
Gitblit v1.9.3