import module from '../../module'; import group from '../group'; export default { path: '/show/article/detail', matchPath: '/show/article/detail/:id?', key: 'show-article-detail', title: '推荐阅读', needLogin: true, module, group, showKey: 'show-article', component() { return import('./page'); }, };