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

@@ -119,6 +119,7 @@ body,
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 50px;
//font-weight: bold;
color: #0BE9FA;

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff