feat:完善景区页面

This commit is contained in:
zjc
2024-12-18 17:41:08 +08:00
21 changed files with 1356 additions and 1268 deletions

View File

@@ -7,6 +7,7 @@ const router = createRouter({
name: 'home',
component: () => import('@/views/home/index.vue')
},
<<<<<<< HEAD
{
path: '/monitor',
name: 'monitor',
@@ -17,6 +18,23 @@ const router = createRouter({
name: 'testing',
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: '/scenic',
name: 'scenic',