登录增加验证码切换

This commit is contained in:
2026-04-04 00:15:12 +08:00
parent 7a246619c4
commit f556bdc09a

View File

@@ -735,8 +735,9 @@ const handleBatchRestore = async () => {
} }
} }
onMounted(async () => { onMounted(() => {
await refreshStorage() // 并行执行,不阻塞页面渲染
refreshStorage()
loadFiles() loadFiles()
}) })