登录增加验证码切换
This commit is contained in:
@@ -735,8 +735,9 @@ const handleBatchRestore = async () => {
|
||||
}
|
||||
}
|
||||
|
||||
onMounted(async () => {
|
||||
await refreshStorage()
|
||||
onMounted(() => {
|
||||
// 并行执行,不阻塞页面渲染
|
||||
refreshStorage()
|
||||
loadFiles()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user