diff --git a/src/client/app/auth/script.ts b/src/client/app/auth/script.ts index 20f59bf03..fd985c46a 100644 --- a/src/client/app/auth/script.ts +++ b/src/client/app/auth/script.ts @@ -20,6 +20,7 @@ init(launch => { // Init router const router = new VueRouter({ mode: 'history', + base: '/auth/', routes: [ { path: '/:token', component: Index }, ]