export default { path: '/product/course', key: 'product-course', title: '在线课程', needLogin: false, component() { return import('./page'); }, };