From 6ce72faea61dcc53ff2b8a522d2b48a7692556f9 Mon Sep 17 00:00:00 2001
From: queenwuli <942534046@qq.com>
Date: Mon, 28 Mar 2022 16:11:47 +0800
Subject: [PATCH] gx

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

diff --git a/src/assets/i18n/index.js b/src/assets/i18n/index.js
index 323b917..77ce978 100644
--- a/src/assets/i18n/index.js
+++ b/src/assets/i18n/index.js
@@ -5,7 +5,7 @@
   (navigator.language ? navigator.language : navigator.userLanguage) || "zh"
 ).toLowerCase();
 const i18n = createI18n({
-    fallbackLocale: 'ch',
+    fallbackLocale: 'en',
     globalInjection:true,
     legacy: false, // you must specify 'legacy: false' option
     locale: language.split("-")[0] || "zh",

--
Gitblit v1.9.1