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:
@@ -119,6 +119,7 @@ body,
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
//font-weight: bold;
|
//font-weight: bold;
|
||||||
color: #0BE9FA;
|
color: #0BE9FA;
|
||||||
|
|||||||
@@ -41,6 +41,24 @@ const routes = [
|
|||||||
breadcrumb: true
|
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+)',
|
path: '/edit/:tunnelId(\\d+)/:type/:userId(\\d+)',
|
||||||
name: 'tunneledit',
|
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