export default { path: '/open', matchPath: '/open/:id', key: 'open', title: '开通', needLogin: true, component() { return import('./page'); }, };