|
|
@@ -189,6 +189,15 @@ export const router = new Router({ |
|
|
|
query: { download: r.params.uuid }, |
|
|
|
}), |
|
|
|
}, |
|
|
|
{ path: 'login', component: () => import('~/_pages/auth/Login') }, |
|
|
|
{ |
|
|
|
path: 'forgotPassword', |
|
|
|
component: () => import('~/_pages/auth/ForgotPassword'), |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: 'register', |
|
|
|
component: () => import('~/_pages/auth/Register'), |
|
|
|
}, |
|
|
|
{ path: 'me/action', component: ActionPage }, |
|
|
|
{ path: 'apps', component: AppsPage }, |
|
|
|
{ path: 'app/:app', component: AppPage }, |
|
|
|