fix:共享文档上传地址问题

This commit is contained in:
wyx
2023-03-05 21:21:09 +08:00
parent 3a8686ee52
commit 7deebe30ab
4 changed files with 29 additions and 22 deletions

View File

@@ -713,7 +713,7 @@
v-if="docChecked == true"
v-model:file-list="fileList"
name="file"
action="/manageApi/file/uploadunlimit"
:action="process.env.VUE_APP_BASE_API + '/file/uploadunlimit'"
@change="handleChange"
>
<span