Merge pull request 'feat : 隧道模拟' (#378) from dengjie into dev

Reviewed-on: http://git.feashow.cn/clay/tunnel-cloud-web/pulls/378
This commit is contained in:
2024-09-02 05:14:52 +00:00
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