邓洁: 接口部分对接

This commit is contained in:
邓洁
2023-12-28 16:22:53 +08:00
parent 31428cd640
commit 64b3052348
8 changed files with 479 additions and 279 deletions

View File

@@ -24,7 +24,7 @@ const routes = [
},
},
{
path: '/edit/:tunnelId(\\d+)',
path: '/edit/:tunnelId(\\d+)/:type',
name: 'tunneledit',
component: () => import('@/views/edit/edit.vue'),
meta: {
@@ -60,7 +60,7 @@ const routes = [
}
},
{
path: '/tunnel/:siteId(\\d+)',
path: '/tunnel/:siteId(\\d+)/:type',
name: 'tunnel',
component: () => import('@/views/tunnel-manage/index.vue'),
meta: {
@@ -69,7 +69,7 @@ const routes = [
}
},
{
path: '/device/:tunnelId(\\d+)',
path: '/device/:tunnelId(\\d+)/:type',
name: 'device',
component: () => import('@/views/device-manage/index.vue'),
meta: {