From 97b2e606968fbe7a55df1173f52edc7e11ccfd12 Mon Sep 17 00:00:00 2001
From: xiaoyi <908147524@qq.com>
Date: 星期一, 24 八月 2026 10:32:09 +0800
Subject: [PATCH] fix 修改页面

---
 vite.config.ts |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/vite.config.ts b/vite.config.ts
index 0d6b580..58d7189 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -40,7 +40,7 @@
         enable: false,
       },
       optimizeDeps: {
-        include: ["vue", "vue-router", "pinia", "ant-design-vue", "dayjs", "@vueuse/core", "axios", "@vue-office/pdf", "@vue-office/docx", "@vue-office/excel", "@vue-office/pptx"],
+        include: ["vue", "vue-router", "pinia", "ant-design-vue", "dayjs", "@vueuse/core", "axios"],
         exclude: ["dhtmlx-gantt", "tinymce", "bpmn-js", "bpmn-js-properties-panel", "video.js"],
       },
       build: {

--
Gitblit v1.9.3