From a97c0e84c8d1f50aa65935643a580527f30b7ece Mon Sep 17 00:00:00 2001 From: 廖井涛 <2265517004@qq.com> Date: 星期二, 12 三月 2024 08:39:38 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/ERP_override --- north-glass-erp/northglass-erp/src/main.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/north-glass-erp/northglass-erp/src/main.js b/north-glass-erp/northglass-erp/src/main.js index d366da6..779d678 100644 --- a/north-glass-erp/northglass-erp/src/main.js +++ b/north-glass-erp/northglass-erp/src/main.js @@ -10,6 +10,9 @@ import 'element-plus/dist/index.css' import VXETable from 'vxe-table' import 'vxe-table/lib/style.css' +import i18n from "@/lang" + + const app = createApp(App) const pinia = createPinia() @@ -20,5 +23,6 @@ app.use(ElementPlus,{ locale: zhCn, }) +app.use(i18n) app.mount('#app') -- Gitblit v1.8.0