fix: profile提速

This commit is contained in:
Tim
2025-08-08 17:37:12 +08:00
parent 10a63d3659
commit 3e4834f0fd

View File

@@ -440,8 +440,7 @@ export default {
const init = async () => {
try {
await fetchUser()
await loadSummary()
await Promise.all([fetchUser(), loadSummary()])
} catch (e) {
console.error(e)
} finally {