mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-19 15:56:47 +08:00
-- 上传路径不对
This commit is contained in:
@@ -354,7 +354,7 @@
|
|||||||
<div class="btnbox">
|
<div class="btnbox">
|
||||||
<a-upload
|
<a-upload
|
||||||
@change="handleChange"
|
@change="handleChange"
|
||||||
action="/manageApi/file/upload"
|
:action="`${process.env.VUE_APP_BASE_API}/file/upload`"
|
||||||
v-model:file-list="fileList"
|
v-model:file-list="fileList"
|
||||||
>
|
>
|
||||||
<button class="xkbtn">上传附件</button>
|
<button class="xkbtn">上传附件</button>
|
||||||
|
|||||||
@@ -84,7 +84,7 @@
|
|||||||
<a-upload
|
<a-upload
|
||||||
v-model:file-list="fileList"
|
v-model:file-list="fileList"
|
||||||
name="file"
|
name="file"
|
||||||
action="/manageApi/file/upload"
|
: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>
|
||||||
|
|||||||
Reference in New Issue
Block a user