路由二级目录

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

@@ -11,13 +11,12 @@ import { Storage, generateQR } from "../libs/utils"
const props = defineProps({
show: false
})
watch(() => props.show, async (newVal) => {
if (!newVal) {
return
}
fetchImages();
})
},{immediate:true})
const emit = defineEmits(['go-photo-square', 'update:show']);
const router = useRouter();