mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-08-15 07:41:00 +00:00
fix: profile提速
This commit is contained in:
@@ -440,8 +440,7 @@ export default {
|
|||||||
|
|
||||||
const init = async () => {
|
const init = async () => {
|
||||||
try {
|
try {
|
||||||
await fetchUser()
|
await Promise.all([fetchUser(), loadSummary()])
|
||||||
await loadSummary()
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e)
|
console.error(e)
|
||||||
} finally {
|
} finally {
|
||||||
|
|||||||
Reference in New Issue
Block a user