...
|
...
|
@@ -45,8 +45,9 @@ import airlift from './views/nav4/airlift.vue' |
|
|
import inquiry from './views/nav4/inquiry.vue'
|
|
|
import Page6 from './views/nav3/Page6.vue'
|
|
|
import Page7 from './views/nav3/Page7.vue'
|
|
|
|
|
|
|
|
|
import importFFMMsg from './views/airRadioMsg/importFFMMsg.vue'
|
|
|
import importFHLMsg from './views/airRadioMsg/importFHLMsg.vue'
|
|
|
import importFWBMsg from './views/airRadioMsg/importFWBMsg.vue'
|
|
|
|
|
|
|
|
|
|
...
|
...
|
@@ -223,6 +224,17 @@ let routes = [ |
|
|
]
|
|
|
},
|
|
|
{
|
|
|
path: '/radioMsgImport',
|
|
|
component: Home,
|
|
|
name: '航空报文导入',
|
|
|
iconCls:'el-icon-goods',
|
|
|
children:[
|
|
|
{path:'/ffmRadioMsgImport',component:importFFMMsg,name:'FFM报文导入'},
|
|
|
{path:'/fhlRadioMsgImport',component:importFHLMsg,name:'FHL报文导入'},
|
|
|
{path:'/fwbRadioMsgImport',component:importFWBMsg,name:'FWB报文导入'}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
path: '/sec',
|
|
|
component: Home,
|
|
|
name: '国际安检清单申报管理',
|
...
|
...
|
|