export default { path: '/cart', key: 'cart', title: '购物车', needLogin: true, tab: 'main', component() { return import('./page'); }, };