feat:完善景区页面
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user