-- 附件上传url

This commit is contained in:
yuping
2022-12-22 20:40:09 +08:00
parent 7668dc6616
commit 0cbf744561

View File

@@ -45,7 +45,7 @@
<span style="margin-right: 3px">附件</span>
</div>
<div class="btnbox">
<a-upload v-model:file-list="fileList" name="file" action="/manageApi/file/upload"
<a-upload v-model:file-list="fileList" name="file" :action="`${process.env.VUE_APP_BASE_API}/file/upload`"
@change="handleChange">
<button class="xkbtn" type="button">上传附件</button>
</a-upload>