export default { path: '/my/note', key: 'my-note', title: '个人中心-笔记', short: '笔记', needLogin: true, component() { return import('./page'); }, };