feat : 隧道模拟
This commit is contained in:
@@ -119,6 +119,7 @@ body,
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-size: 50px;
|
||||
//font-weight: bold;
|
||||
color: #0BE9FA;
|
||||
|
||||
@@ -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',
|
||||
|
||||
1012
src/views/tunnel-simulate/index.vue
Normal file
1012
src/views/tunnel-simulate/index.vue
Normal file
File diff suppressed because it is too large
Load Diff
1112
src/views/tunnel-simulate/tunnel-list.vue
Normal file
1112
src/views/tunnel-simulate/tunnel-list.vue
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user