From b3972e244faaf10afd5dc02f126331a34c8661fb Mon Sep 17 00:00:00 2001
From: fangyuan <527392886@qq.com>
Date: 星期一, 12 十二月 2022 10:42:32 +0800
Subject: [PATCH] 案件池,调度管理批量操作修改
---
src/components/Upload/index.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/components/Upload/index.vue b/src/components/Upload/index.vue
index 2e7d00a..3bbeb74 100644
--- a/src/components/Upload/index.vue
+++ b/src/components/Upload/index.vue
@@ -23,7 +23,6 @@
},
methods: {
beforeUpload(rawFile) {
- console.log(rawFile);
if (rawFile.type !== 'image/png' && rawFile.type !== 'image/svg+xml' && rawFile.type !== 'image/jpg' && rawFile.type !== 'image/jpeg') {
this.$message.error('鍥剧墖蹇呴』鏄� jpg/svg/jpeg/png 鏍煎紡!')
return false
--
Gitblit v1.8.0