邓洁: 隧道管理中点击预览隧道
This commit is contained in:
@@ -23,6 +23,15 @@ const routes = [
|
||||
breadcrumb: true
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/:tunnelId',
|
||||
name: 'previewTunnel',
|
||||
component: () => import('@/views/tunnel/index.vue'),
|
||||
meta: {
|
||||
title: '隧道预览',
|
||||
breadcrumb: true
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/edit/:tunnelId(\\d+)/:type/:userId(\\d+)',
|
||||
name: 'tunneledit',
|
||||
|
||||
Reference in New Issue
Block a user