调试接口

This commit is contained in:
wangxiaowei
2025-12-23 03:31:06 +08:00
parent dcf36df5aa
commit 11f53ea1bb
7 changed files with 43 additions and 57 deletions

View File

@ -524,7 +524,7 @@
const avatarUrl = response.data.url
await updateUserInfo({ avatar: avatarUrl })
form.image = avatarUrl
toast.info('头像上传成功')
toast.info('图片上传成功')
} else {
throw new Error('上传失败')
}