diff --git a/frontend/src/routes/routes.js b/frontend/src/routes/routes.js index ea7539190..982091b4d 100755 --- a/frontend/src/routes/routes.js +++ b/frontend/src/routes/routes.js @@ -39,11 +39,11 @@ const routes = [ }, }, { - path: '/login', + path: '/login/:code?', component: () => import('@/pages/Login.vue'), }, { - path: '/register', + path: '/register/:code?', component: () => import('@/pages/Register.vue'), }, {