From 80f27f1672467e91ff3d4fd7f30a817f6f11d5c0 Mon Sep 17 00:00:00 2001
From: CD配唱片 <CD配唱片>
Date: 星期五, 25 四月 2025 22:55:48 +0800
Subject: [PATCH] Merge branch 'dev' of http://192.168.50.149:8085/r/aps-kj-web into dev
---
src/main.js | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/main.js b/src/main.js
index 1b171e6..3177e06 100644
--- a/src/main.js
+++ b/src/main.js
@@ -43,9 +43,10 @@
// 瀛楀吀鏍囩缁勪欢
import DictTag from '@/components/DictTag'
// vxe-table
-import 'xe-utils';
-import VXETable from 'vxe-table'
-import 'vxe-table/lib/index.css'
+import VxeUIAll from 'vxe-pc-ui'
+import 'vxe-pc-ui/lib/style.css'
+import VxeUITable from 'vxe-table'
+import 'vxe-table/lib/style.css'
const app = createApp(App)
@@ -83,6 +84,6 @@
// 鏀寔 large銆乨efault銆乻mall
size: Cookies.get('size') || 'default'
})
-app.use(VXETable)
-
+app.use(VxeUIAll)
+app.use(VxeUITable)
app.mount('#app')
--
Gitblit v1.9.3