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