From ed64497401417259e5f633d1e0713d0dd59265e1 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 07 八月 2026 09:41:14 +0800
Subject: [PATCH] fix(analytics): 修复百度统计代码配置语法错误
---
src/components/file-preview/file-preview-modal.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/components/file-preview/file-preview-modal.vue b/src/components/file-preview/file-preview-modal.vue
index 118d4d9..8ede19c 100644
--- a/src/components/file-preview/file-preview-modal.vue
+++ b/src/components/file-preview/file-preview-modal.vue
@@ -14,8 +14,7 @@
const VueOfficeExcel = defineAsyncComponent(() => import('@vue-office/excel'));
const VueOfficePptx = defineAsyncComponent(() => import('@vue-office/pptx'));
-// @vue-office/excel 闇�瑕侀澶栧鍏� CSS
-import '@vue-office/excel/lib/v3/style.css';
+// @vue-office/excel CSS 閫氳繃 vite.config.ts 鐨� css.preprocessorOptions 娉ㄥ叆
const props = withDefaults(
defineProps<{
--
Gitblit v1.9.3