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