四好公路
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
482 B

3 years ago
'use strict';
3 years ago
import { infor } from './containers';
3 years ago
export default [{
type: 'inner',
route: {
path: '/fillion',
key: 'fillion',
3 years ago
breadcrumb: '填报管理',
3 years ago
menuSelectKeys: ['fillion'],
menuOpenKeys: ['fillion'],
3 years ago
childRoutes: [ {
3 years ago
path: '/infor',
key: 'fillioninfor',
3 years ago
menuSelectKeys:['fillioninfor'],
component: infor,
breadcrumb: '填报信息',
}]
3 years ago
}
}];