src/config/router.config.js
@@ -184,7 +184,13 @@ name: 'fundrecords', component: () => import('@/views/capital/fundrecords'), meta: { title: '资金明细', keepAlive: true, permission: ['fundrecords'] } } }, { path: '/capital/withdrawallist', name: 'withdrawallist', component: () => import('@/views/capital/withdrawallist'), meta: { title: '提现列表', keepAlive: true, permission: ['withdrawallist'] }, }, ] }, {