邓洁: 隧道管理中点击预览隧道

This commit is contained in:
邓洁
2024-01-03 19:58:32 +08:00
parent 5557b7109e
commit 53cdb854a3
4 changed files with 38 additions and 13 deletions

View File

@@ -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',