export default { path: '/my/tools', key: 'my-tools', title: '工具', needLogin: true, component() { return import('./page'); }, };