From 60a71d062b9360bb2a1e3dd190d3b25251eefa29 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 25 三月 2025 16:55:37 +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