mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
-- 文件上唇路径不对
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<a-upload
|
<a-upload
|
||||||
:file-list="files"
|
:file-list="files"
|
||||||
action="/manageApi/file/upload"
|
:action="`${process.env.VUE_APP_BASE_API}/file/upload`"
|
||||||
:show-upload-list="showUploadList"
|
:show-upload-list="showUploadList"
|
||||||
:multiple="multiple"
|
:multiple="multiple"
|
||||||
:before-upload="beforeUpload"
|
:before-upload="beforeUpload"
|
||||||
|
|||||||
Reference in New Issue
Block a user