-- 上传路径不对

This commit is contained in:
yuping
2022-12-22 18:20:16 +08:00
parent f33f2cd99a
commit 52bf37a00d
2 changed files with 2 additions and 2 deletions

View File

@@ -354,7 +354,7 @@
<div class="btnbox">
<a-upload
@change="handleChange"
action="/manageApi/file/upload"
:action="`${process.env.VUE_APP_BASE_API}/file/upload`"
v-model:file-list="fileList"
>
<button class="xkbtn">上传附件</button>