...
|
...
|
@@ -102,7 +102,7 @@ import dynamics from './views/airtransport/dynamics.vue' |
|
|
import matter from './views/airtransport/matter.vue'
|
|
|
//国际转运
|
|
|
import transfer from './views/airtransport/transfer.vue'
|
|
|
import transpour from './views/airtransport/transpour.vue'
|
|
|
// import transpour from './views/airtransport/transpour.vue'
|
|
|
|
|
|
|
|
|
|
...
|
...
|
@@ -474,7 +474,7 @@ let routes = [ |
|
|
iconCls:'el-icon-goods',
|
|
|
children:[
|
|
|
{path:'/transfer',component:transfer,name:'国际转运'},
|
|
|
{path:'/transpour',component:transpour,name:'转运导入'}
|
|
|
// {path:'/transpour',component:transpour,name:'转运导入'}
|
|
|
|
|
|
]
|
|
|
},
|
...
|
...
|
|