|
|
@ -31,7 +31,7 @@ const routes = [
|
|
|
|
{ path: 'dashboard', component: () => import('../pages/AdminDashboard.vue') },
|
|
|
|
{ path: 'dashboard', component: () => import('../pages/AdminDashboard.vue') },
|
|
|
|
{ path: 'sites', component: () => import('../pages/AdminSites.vue') },
|
|
|
|
{ path: 'sites', component: () => import('../pages/AdminSites.vue') },
|
|
|
|
// // -> Site
|
|
|
|
// // -> Site
|
|
|
|
// { path: ':siteid/general', component: () => import('../pages/AdminGeneral.vue') },
|
|
|
|
{ path: ':siteid/general', component: () => import('../pages/AdminGeneral.vue') },
|
|
|
|
{ path: ':siteid/editors', component: () => import('../pages/AdminEditors.vue') },
|
|
|
|
{ path: ':siteid/editors', component: () => import('../pages/AdminEditors.vue') },
|
|
|
|
// { path: ':siteid/locale', component: () => import('../pages/AdminLocale.vue') },
|
|
|
|
// { path: ':siteid/locale', component: () => import('../pages/AdminLocale.vue') },
|
|
|
|
// { path: ':siteid/login', component: () => import('../pages/AdminLogin.vue') },
|
|
|
|
// { path: ':siteid/login', component: () => import('../pages/AdminLogin.vue') },
|
|
|
|