From a07f9a7b1c6ff374b21ca646fc04339f0f4c3ec5 Mon Sep 17 00:00:00 2001 From: "andrea.terzani" Date: Thu, 17 Apr 2025 16:44:17 +0200 Subject: [PATCH] pipelne --- azure-pipelines.yaml => azure-pipelines.yml | 0 src/router/index.js | 5 +++++ 2 files changed, 5 insertions(+) rename azure-pipelines.yaml => azure-pipelines.yml (100%) 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') } + ] + } ] }, {