基于cookie模式下,剔除所有的上传文件的x-token头

This commit is contained in:
piexlMax
2024-01-05 23:13:04 +08:00
parent 1a04bb535d
commit 26fa047fe4
6 changed files with 8 additions and 15 deletions

View File

@@ -1,14 +1,14 @@
<template>
<el-upload
:action="url"
:show-file-list="false"
:on-success="handleSuccess"
:multiple="false"
:action="url"
:show-file-list="false"
:on-success="handleSuccess"
:multiple="false"
>
<el-button
type="primary"
icon="upload"
>导入</el-button>
<el-button
type="primary"
icon="upload"
>导入</el-button>
</el-upload>
</template>