From 7b89e2cf25b6d5a43ecc86bb64a6a245ae862c6e Mon Sep 17 00:00:00 2001 From: 严智鑫 <test> Date: 星期五, 17 五月 2024 11:12:25 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- UI-Project/src/lang/i18n.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/UI-Project/src/lang/i18n.js b/UI-Project/src/lang/i18n.js index c582ee5..080bd7c 100644 --- a/UI-Project/src/lang/i18n.js +++ b/UI-Project/src/lang/i18n.js @@ -1,9 +1,9 @@ // i18n.js - + import { createI18n } from 'vue-i18n' import zhCn from './lang/locales/zh-CN.json' import enUs from './lang/locales/en-US.json' - + const i18n = createI18n({ locale: 'zh-CN', // 璁剧疆榛樿璇█ messages: { @@ -11,5 +11,5 @@ 'en-US': enUs } }) - -export default i18n + +export default i18n \ No newline at end of file -- Gitblit v1.8.0