import list from './list'; import detail from './detail'; import abnormal from './abnormal'; import order from './order'; import orderDetail from './orderDetail'; // import student from './student'; import recordAll from './recordAll'; import recordBuy from './recordBuy'; export default [list, detail, abnormal, recordAll, order, orderDetail, recordBuy];