export default { path: '/machine', key: 'machine', title: '机经', needLogin: false, component() { return import('./page'); }, };