作者 shenhailong

航班计划 独立新目录

正在显示 1 个修改的文件 包含 10 行增加0 行删除
... ... @@ -204,6 +204,16 @@ let routes = [
{path:'/allocatearrive',component:Allocatearrive,name:'分拨运抵'},
]
},
// 货运系统--航班预配
{
path: '/flight_scheduling',
component: Home,
name: '航班计划',
iconCls: 'el-icon-delete-location',
children: [
{ path: '/inquiry', component: inquiry, name: '航班计划查询' },
]
},
{
path: '/lost',
component: Home,
... ...