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