index.js 358 B

1234567891011
  1. import list from './list';
  2. import detail from './detail';
  3. import abnormal from './abnormal';
  4. import order from './order';
  5. import orderDetail from './orderDetail';
  6. // import student from './student';
  7. import recordAll from './recordAll';
  8. import recordBuy from './recordBuy';
  9. export default [list, detail, abnormal, recordAll, order, orderDetail, recordBuy];