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: '' },