From a07f90d6106971923e8f761f253a9b4d30a60752 Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期二, 06 五月 2025 15:37:30 +0800
Subject: [PATCH] Merge branch 'feature-i18n' into dev

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

diff --git a/src/main.js b/src/main.js
index 3177e06..496881d 100644
--- a/src/main.js
+++ b/src/main.js
@@ -47,8 +47,7 @@
 import 'vxe-pc-ui/lib/style.css'
 import VxeUITable from 'vxe-table'
 import 'vxe-table/lib/style.css'
-
-
+import i18n from '@/utils/i18n' // 寮曞叆 i18n 閰嶇疆鏂囦欢
 const app = createApp(App)
 
 // 鍏ㄥ眬鏂规硶鎸傝浇
@@ -86,4 +85,5 @@
 })
 app.use(VxeUIAll)
 app.use(VxeUITable)
+app.use(i18n)
 app.mount('#app')

--
Gitblit v1.9.3