export default {
  path: '/my/answer',
  key: 'my-answer',
  title: '问答',
  needLogin: true,
  component() {
    return import('./page');
  },
};