export default {
  path: '/paper/process/:type/:id',
  key: 'paper-process',
  title: '考试',
  needLogin: true,
  repeat: true,
  hideHeader: true,
  component() {
    return import('./page');
  },
};