From 2b4f4cda0a0031f02f7354fc2c68f056e44e1885 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期四, 12 十二月 2024 13:21:58 +0800 Subject: [PATCH] 车间生产管理中的大屏故障显示完善 --- src/main.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index 5fe8d56..b0b58a7 100644 --- a/src/main.ts +++ b/src/main.ts @@ -20,7 +20,7 @@ import { setupStore } from '/@/store' // 娉ㄥ唽online妯″潡lib import { registerPackages } from '/@/utils/monorepo/registerPackages' - +import DataVVue3 from '@kjgl77/datav-vue3' // 鍦ㄦ湰鍦板紑鍙戜腑寮曞叆鐨�,浠ユ彁楂樻祻瑙堝櫒鍝嶅簲閫熷害 if (import.meta.env.DEV) { import('ant-design-vue/dist/antd.less') @@ -64,7 +64,7 @@ // 褰撹矾鐢卞噯澶囧ソ鏃跺啀鎵ц鎸傝浇( https://next.router.vuejs.org/api/#isready) await router.isReady() - + app.use(DataVVue3) // 鎸傝浇搴旂敤 app.mount('#app', true) } -- Gitblit v1.9.3