This commit is contained in:
2026-02-12 21:19:23 +08:00
parent 29ab53056a
commit 7fdb6e2ad3
12 changed files with 2320 additions and 313 deletions

View File

@ -9,13 +9,13 @@ export const dzjk = [
redirect: '/dzjk/home',
meta: {title: '单站监控', icon: 'dashboard',},
alwaysShow: false,
name: 'Dzjk',
name: 'DzjkLocal',
hidden: true,
children: [
{
path: '',
component: () => import('@/views/ems/dzjk/index'),
name: 'Dzjk',
name: 'DzjkRoot',
redirect: '/dzjk/home',
hidden: true,
children: [
@ -301,5 +301,3 @@ export const dzjk = [
}
]