From 18ba2e86eb5732bc99ea6f860419e4aba538cfb7 Mon Sep 17 00:00:00 2001 From: zjc <1034206993@qq.com> Date: Wed, 18 Dec 2024 17:43:07 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E8=A7=A3=E5=86=B3=E5=86=B2?= =?UTF-8?q?=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 781dc27..c87dfd9 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -7,34 +7,21 @@ const router = createRouter({ name: 'home', component: () => import('@/views/home/index.vue') }, -<<<<<<< HEAD { path: '/monitor', name: 'monitor', component: () => import('../views/monitor/index.vue') }, { - path: '/testing', - name: 'testing', + path: '/sceneTesting', + name: 'sceneTesting', component: () => import('../views/testing/index.vue') }, -======= - { - path: '/monitor', - name: 'monitor', - component: () => import('../views/monitor/index.vue') - }, - { - path: '/sceneTesting', - name: 'sceneTesting', - component: () => import('../views/testing/index.vue') - }, - { - path: '/roadTesting', - name: 'roadTesting', - component: () => import('../views/testing/road.vue') - }, ->>>>>>> 5f31856ac0b5635af49bbc759a9121742cbe2f23 + { + path: '/roadTesting', + name: 'roadTesting', + component: () => import('../views/testing/road.vue') + }, { path: '/scenic', name: 'scenic',