fix: login url fragment and refresh token

This commit is contained in:
Methapon2001 2023-11-29 16:58:53 +07:00
parent 7d16320dea
commit 62a4c3b1ca
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
8 changed files with 72 additions and 172 deletions

View file

@ -29,9 +29,9 @@ const { loader } = storeToRefs(loaderStore)
</q-header>
<q-page-container>
<QPage>
<q-page>
<router-view :key="$route.fullPath" />
</QPage>
</q-page>
</q-page-container>
<full-loader :visibility="loader" />
</q-layout>