ваше сообщение коммита
This commit is contained in:
@@ -161,6 +161,18 @@ const routes = [
|
||||
name: 'contacts-list',
|
||||
component: () => import('../views/ContactsView.vue')
|
||||
},
|
||||
{
|
||||
path: '/admin-chat/:adminId',
|
||||
name: 'admin-chat',
|
||||
component: () => import('../views/AdminChatView.vue'),
|
||||
meta: { requiresAuth: true, requiresAdmin: true }
|
||||
},
|
||||
{
|
||||
path: '/personal-messages',
|
||||
name: 'personal-messages',
|
||||
component: () => import('../views/PersonalMessagesView.vue'),
|
||||
meta: { requiresAuth: true, requiresAdmin: true }
|
||||
},
|
||||
|
||||
{
|
||||
path: '/settings/ai/telegram',
|
||||
@@ -197,16 +209,6 @@ const routes = [
|
||||
name: 'page-edit',
|
||||
component: () => import('../views/content/PageEditView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/pages/public',
|
||||
name: 'public-pages',
|
||||
component: () => import('../views/content/PublicPagesView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/pages/public/:id',
|
||||
name: 'public-page-view',
|
||||
component: () => import('../views/content/PublicPageView.vue'),
|
||||
},
|
||||
{
|
||||
path: '/management',
|
||||
name: 'management',
|
||||
|
||||
Reference in New Issue
Block a user