From 611e8f7f1986e96980712a083d06b7cfe45f928c Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期三, 16 十月 2024 11:03:58 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit --- admin/src/components/common/upload.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/admin/src/components/common/upload.vue b/admin/src/components/common/upload.vue index d6dfc8d..ccde115 100644 --- a/admin/src/components/common/upload.vue +++ b/admin/src/components/common/upload.vue @@ -72,7 +72,6 @@ console.log(res.data.data) }) .catch(e => { - this.$message.error(e) }) .finally(() => { this.$refs.file.value = null -- Gitblit v1.9.3