feat: basic mutli-accounts support
This commit is contained in:
parent
24c573ccf0
commit
241b28241c
15 changed files with 170 additions and 34 deletions
|
@ -6,7 +6,7 @@ definePageMeta({
|
|||
const { query } = useRoute()
|
||||
|
||||
onMounted(async () => {
|
||||
await loginCallback(query as any)
|
||||
await loginTo(query as any)
|
||||
await nextTick()
|
||||
await nextTick()
|
||||
location.pathname = '/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue