From 5173f8e31d106abd003e123c8679cf53c7940b33 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 30 一月 2023 11:54:12 +0800
Subject: [PATCH] 网格绘制

---
 src/components/Upload/index.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/components/Upload/index.vue b/src/components/Upload/index.vue
index ec73e95..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
@@ -34,7 +33,6 @@
             return true
         },
         handleSuccess(res, file, filelist) {
-            console.log(res);
             this.$emit('getPicUrl', { obj: res.data, value: this.mykey });
         },
         getToken() {

--
Gitblit v1.8.0