路由二级目录

This commit is contained in:
xiaoaojiao
2025-09-14 23:32:04 +08:00
parent 58729f6b28
commit 2ee3758c30
6 changed files with 20 additions and 10 deletions

View File

@@ -91,10 +91,10 @@ const showPhotoSquare=()=>{
}
watch(() => myPhotoValue, async (newVal) => {
console.log(newVal)
if (!newVal) {
return
}
isMyPhotoVisible.value = true;
}, { immediate: true })