diff --git a/azure-pipelines.yaml b/azure-pipelines.yml similarity index 100% rename from azure-pipelines.yaml rename to azure-pipelines.yml diff --git a/src/router/index.js b/src/router/index.js index 6cadcca..9960772 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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') } + ] + } ] }, {