From ca150d38b8ecb9c69b0b32ac865e28fcf8c8fc8f Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期一, 28 十一月 2022 16:14:44 +0800 Subject: [PATCH] Merge branch 'master' of http://42.193.1.25:9521/r/sccg_ui --- 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