This commit is contained in:
Megghy
2023-06-07 16:01:12 +08:00
parent 4b456d2ec4
commit 2e14596be6
7 changed files with 149 additions and 60 deletions

View File

@@ -6,4 +6,4 @@ import { GetSelfAccount } from './api/account'
createApp(App).use(store).use(router).mount('#app')
await GetSelfAccount()
GetSelfAccount()