From 4fb12efd2e19ed835a47112a1eb937eccb80a549 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期二, 01 四月 2025 13:31:34 +0800 Subject: [PATCH] 完成标准库变更记录页面 --- 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 4b0d62d..09b73a7 100644 --- a/src/components/Preview/filePreview.vue +++ b/src/components/Preview/filePreview.vue @@ -100,7 +100,7 @@ const fileName = this.currentFile.fileName || this.fileUrl.split('/').pop().split('?')[0] let state = /\.(jpg|jpeg|png|gif)$/i.test(fileName) this.imgUrl = this.fileUrl - console.log("鏂囦欢鍚�:", fileName, "鏄惁鍥剧墖:", state) + // console.log("鏂囦欢鍚�:", fileName, "鏄惁鍥剧墖:", state) return state; }, isPdf() { -- Gitblit v1.9.3