mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 14:56:46 +08:00
-- 附件上传url
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<a-upload
|
||||
:file-list="files"
|
||||
:action="`${process.env.VUE_APP_BASE_API}/file/upload`"
|
||||
:action="FILE_UPLOAD_URL"
|
||||
:show-upload-list="showUploadList"
|
||||
:multiple="multiple"
|
||||
:before-upload="beforeUpload"
|
||||
@@ -16,6 +16,7 @@
|
||||
<script setup>
|
||||
import {defineProps, defineEmits, defineExpose, ref, watch} from "vue";
|
||||
import {message} from "ant-design-vue";
|
||||
import {FILE_UPLOAD_URL} from "@/api/config";
|
||||
|
||||
const props = defineProps({
|
||||
value: {
|
||||
|
||||
Reference in New Issue
Block a user