feat 监控大屏、安全检测
This commit is contained in:
@@ -12,6 +12,11 @@ const router = createRouter({
|
||||
path: '/monitor',
|
||||
name: 'monitor',
|
||||
component: () => import('../views/monitor/index.vue')
|
||||
},
|
||||
{
|
||||
path: '/testing',
|
||||
name: 'testing',
|
||||
component: () => import('../views/testing/index.vue')
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user