fix:关闭头像上传时,又自动打开

reactor:头像上传时,通过前端 httpRequest ,可支持前端直传
This commit is contained in:
YunaiV
2025-04-30 20:35:16 +08:00
parent 165ce58abb
commit ef90faf77b
3 changed files with 19 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div @click.stop>
<Dialog
v-model="dialogVisible"
:canFullscreen="false"
@@ -181,6 +181,7 @@ function openModal() {
}
function closeModal() {
debugger
dialogVisible.value = false
}