chore: refactor a lot, add codegen and upgrade vue
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
import { useAuth } from '../plugins/auth'
|
||||
import { useAuth } from '~/plugins/auth'
|
||||
|
||||
export default async ({ app: { router } }) => {
|
||||
export default ({ app: { router } }) => {
|
||||
const onRedirectCallback = (appState) => {
|
||||
router.push(
|
||||
appState && appState.targetUrl
|
||||
|
||||
Reference in New Issue
Block a user