fix:解决冲突
This commit is contained in:
@@ -7,18 +7,6 @@ const router = createRouter({
|
|||||||
name: 'home',
|
name: 'home',
|
||||||
component: () => import('@/views/home/index.vue')
|
component: () => import('@/views/home/index.vue')
|
||||||
},
|
},
|
||||||
<<<<<<< HEAD
|
|
||||||
{
|
|
||||||
path: '/monitor',
|
|
||||||
name: 'monitor',
|
|
||||||
component: () => import('../views/monitor/index.vue')
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: '/testing',
|
|
||||||
name: 'testing',
|
|
||||||
component: () => import('../views/testing/index.vue')
|
|
||||||
},
|
|
||||||
=======
|
|
||||||
{
|
{
|
||||||
path: '/monitor',
|
path: '/monitor',
|
||||||
name: 'monitor',
|
name: 'monitor',
|
||||||
@@ -34,7 +22,6 @@ const router = createRouter({
|
|||||||
name: 'roadTesting',
|
name: 'roadTesting',
|
||||||
component: () => import('../views/testing/road.vue')
|
component: () => import('../views/testing/road.vue')
|
||||||
},
|
},
|
||||||
>>>>>>> 5f31856ac0b5635af49bbc759a9121742cbe2f23
|
|
||||||
{
|
{
|
||||||
path: '/scenic',
|
path: '/scenic',
|
||||||
name: 'scenic',
|
name: 'scenic',
|
||||||
|
|||||||
Reference in New Issue
Block a user