From 676a73851860e10f365782cfd0cff3d63127c532 Mon Sep 17 00:00:00 2001 From: wuhongjian Date: Thu, 16 Jun 2022 17:04:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/components/upload/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/views/components/upload/index.vue b/front/src/views/components/upload/index.vue index 01e68fec..adcd7020 100644 --- a/front/src/views/components/upload/index.vue +++ b/front/src/views/components/upload/index.vue @@ -38,6 +38,7 @@ // import { baseURL } from '@/config' import { message, Upload } from 'ant-design-vue' import mybus from '@/myplugins/mybus' + const props = defineProps({ btnName: { type: String, default: '' }, type: { type: String, default: '' },