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