邓洁 : 隧道管理界面

This commit is contained in:
dengj
2023-12-15 18:00:40 +08:00
parent 37b16633cf
commit 1168c9eb13
10 changed files with 777 additions and 118 deletions

View File

@@ -40,6 +40,24 @@ const routes = [
title: 'site',
breadcrumb: true
}
},
{
path: '/tunnel',
name: 'tunnel',
component: () => import('@/views/tunnel-manage/index.vue'),
meta: {
title: 'tunnel',
breadcrumb: true
}
},
{
path: '/device',
name: 'device',
component: () => import('@/views/device-manage/index.vue'),
meta: {
title: 'device',
breadcrumb: true
}
}
];