diff --git a/src/components/Login.ts b/src/components/Login.ts index e097cef..6ea4673 100644 --- a/src/components/Login.ts +++ b/src/components/Login.ts @@ -23,7 +23,7 @@ export default defineComponent({ this.route = appContext.config.globalProperties.$route if (!Object.keys(this.route.query).length) { - window.location.href = appContext.appLoginUrl + window.location.href = context.appLoginUrl return }