feat:完善景区页面

This commit is contained in:
zjc
2024-12-18 17:40:16 +08:00
parent a2386b2789
commit 42c5ac6355
19 changed files with 783 additions and 71 deletions

View File

@@ -1,5 +1,4 @@
import { createRouter, createWebHistory } from 'vue-router'
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
routes: [
@@ -8,16 +7,16 @@ const router = createRouter({
name: 'home',
component: () => import('@/views/home/index.vue')
},
{
path: '/monitor',
name: 'monitor',
component: () => import('../views/monitor/index.vue')
},
{
path: '/testing',
name: 'testing',
component: () => import('../views/testing/index.vue')
},
{
path: '/monitor',
name: 'monitor',
component: () => import('../views/monitor/index.vue')
},
{
path: '/testing',
name: 'testing',
component: () => import('../views/testing/index.vue')
},
{
path: '/scenic',
name: 'scenic',