This commit is contained in:
parent
ff3f03304c
commit
d2095ca8bf
|
|
@ -292,7 +292,7 @@
|
|||
<template v-if="item.type === 'img'">
|
||||
<el-upload
|
||||
class="avatar-uploader"
|
||||
:action="uploadUrl + '/uploadImg'"
|
||||
:action="uploadUrl + '/api/uploadImg'"
|
||||
:show-file-list="false"
|
||||
:headers="{ Authorization: 'Bearer ' + token }"
|
||||
:on-success="handleAvatarSuccess"
|
||||
|
|
|
|||
Loading…
Reference in New Issue