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