...
|
...
|
@@ -85,6 +85,7 @@ import outConfigure from './views/airtransport/outConfigure.vue' |
|
|
import queryFlightConfigure from './views/airtransport/queryFlightConfigure.vue'
|
|
|
import Consigner from './views/consigner/consigner.vue'
|
|
|
import Consignee from './views/consigner/consignee.vue'
|
|
|
import Security from './views/security/security.vue'
|
|
|
|
|
|
|
|
|
|
...
|
...
|
@@ -187,6 +188,15 @@ let routes = [ |
|
|
]
|
|
|
},
|
|
|
{
|
|
|
path: '/sec',
|
|
|
component: Home,
|
|
|
name: '安检清单申报管理',
|
|
|
iconCls: 'el-icon-collection',
|
|
|
children: [
|
|
|
{path: '/security', component: Security, name: '安检清单申报'}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
path: '/nmms2',
|
|
|
component: Home,
|
|
|
name: '进港业务申报',
|
...
|
...
|
|