基于cookie模式下,剔除所有的上传文件的x-token头
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
<div>
|
||||
<el-upload
|
||||
:action="`${path}/fileUploadAndDownload/upload`"
|
||||
:headers="{ 'x-token': userStore.token }"
|
||||
:show-file-list="false"
|
||||
:on-success="handleImageSuccess"
|
||||
:before-upload="beforeImageUpload"
|
||||
|
Reference in New Issue
Block a user