pipelne
This commit is contained in:
@@ -12,6 +12,9 @@ const router = createRouter({
|
|||||||
auth: true
|
auth: true
|
||||||
},
|
},
|
||||||
children: [
|
children: [
|
||||||
|
{
|
||||||
|
path: 'scenario',
|
||||||
|
children: [
|
||||||
{
|
{
|
||||||
path: '/projects',
|
path: '/projects',
|
||||||
name: 'projects-list',
|
name: 'projects-list',
|
||||||
@@ -59,6 +62,8 @@ const router = createRouter({
|
|||||||
name: 'chat',
|
name: 'chat',
|
||||||
component: () => import('@/views/pages/chat/ChatPage.vue')
|
component: () => import('@/views/pages/chat/ChatPage.vue')
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user