邓洁: 接口部分对接
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user