From cef526de37b939917d2e32ca00f2f919ff6782a2 Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 29 May 2018 23:56:44 +0900 Subject: [PATCH] Fix bug --- src/client/app/auth/script.ts | 1 + 1 file changed, 1 insertion(+) 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 }, ]