feat : 隧道模拟
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user