feat : 隧道模拟

This commit is contained in:
2024-09-02 13:13:51 +08:00
parent a4e7bb4460
commit 02194afce4
4 changed files with 2143 additions and 0 deletions

View File

@@ -41,6 +41,24 @@ const routes = [
breadcrumb: true
},
},
{
path: '/simulate/:tunnelId',
name: 'simulateTunnel',
component: () => import('@/views/tunnel-simulate/index.vue'),
meta: {
title: '隧道模拟',
breadcrumb: true
},
},
{
path: '/simulate/tunnel/list',
name: 'tunnelList',
component: () => import('@/views/tunnel-simulate/tunnel-list.vue'),
meta: {
title: '隧道列表',
breadcrumb: true
},
},
{
path: '/edit/:tunnelId(\\d+)/:type/:userId(\\d+)',
name: 'tunneledit',