From 20cf1938a8aa04a3f911d6d3729e8aec08a7d658 Mon Sep 17 00:00:00 2001
From: 曹睿 <360930172@qq.com>
Date: 星期二, 25 二月 2025 09:08:51 +0800
Subject: [PATCH] feat: 完成检测单页面
---
src/components/Preview/filePreview.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/components/Preview/filePreview.vue b/src/components/Preview/filePreview.vue
index 0381a79..b449e48 100644
--- a/src/components/Preview/filePreview.vue
+++ b/src/components/Preview/filePreview.vue
@@ -96,6 +96,7 @@
if (state) {
this.imgUrl = this.fileUrl.replaceAll('word', 'img')
}
+ console.log(11111, this.imgUrl)
return state;
},
isPdf() {
--
Gitblit v1.9.3