feat: 配方卡片加入上传个人二维码功能 #5

Merged
hera merged 23 commits from feature/qr-upload-hint into main 2026-04-08 22:09:30 +00:00
Showing only changes of commit c8de1ad229 - Show all commits

View File

@@ -136,7 +136,7 @@ function handleLogout() {
auth.logout()
ui.showToast('已退出登录')
emit('close')
window.location.reload()
router.push('/')
}
onMounted(loadNotifications)