This commit is contained in:
liqi 2025-04-02 22:40:04 +08:00
parent ff3f03304c
commit d2095ca8bf
1 changed files with 1 additions and 1 deletions

View File

@ -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"