Skip to content

Commit 3e7a00d

Browse files
authored
Update AvatarInput.vue
1 parent d7f2c2e commit 3e7a00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

input/AvatarInput.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function getImagePath(e) {
2323
2424
async function removeAvatar() {
2525
try {
26-
await axios.post(props.remove_avatar_url)
26+
await axios.post(props.remove_avatar_url, [])
2727
image.value = avatar
2828
alert(props.remove_success)
2929
} catch (err) {

0 commit comments

Comments
 (0)