mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
-- 附件上传url
This commit is contained in:
@@ -45,7 +45,7 @@
|
|||||||
<span style="margin-right: 3px">附件:</span>
|
<span style="margin-right: 3px">附件:</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="btnbox">
|
<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">
|
@change="handleChange">
|
||||||
<button class="xkbtn" type="button">上传附件</button>
|
<button class="xkbtn" type="button">上传附件</button>
|
||||||
</a-upload>
|
</a-upload>
|
||||||
|
|||||||
Reference in New Issue
Block a user