From 379ad4226bc5a3ad175635b5c40e6bf5b68e4069 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期三, 19 三月 2025 13:30:59 +0800
Subject: [PATCH] 能力范围功能更新70%

---
 src/components/Preview/filePreview.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/Preview/filePreview.vue b/src/components/Preview/filePreview.vue
index 8588bc6..f1c8d13 100644
--- a/src/components/Preview/filePreview.vue
+++ b/src/components/Preview/filePreview.vue
@@ -96,7 +96,7 @@
       if (state) {
         this.imgUrl = this.fileUrl.replaceAll('word', 'img')
       }
-      console.log(11111, this.imgUrl)
+      console.log(2222, this.imgUrl)
       return state;
     },
     isPdf() {

--
Gitblit v1.9.3