| | |
| | | component: () => import('@/views/capital/withdrawallist'), |
| | | meta: { title: '提现列表', keepAlive: true, permission: ['withdrawallist'] }, |
| | | }, |
| | | { |
| | | path: '/capital/payOption', |
| | | name: 'payOption', |
| | | component: () => import('@/views/capital/payOption.vue'), |
| | | meta: { title: '支付设置', keepAlive: true, permission: ['rechargelist'] }, |
| | | }, |
| | | // { |
| | | // path: '/capital/fundrecords', |
| | | // name: 'fundrecords', |
| | |
| | | permission: ['user'], |
| | | }, |
| | | }, |
| | | { |
| | | path: '/account/settings/googleAuthCode', |
| | | name: 'GoogleAuthCode', |
| | | component: () => import('@/views/account/settings/googleAuthCode'), |
| | | meta: { title: 'account.settings.menuMap.googleAuthCode', hidden: true, keepAlive: true, permission: ['user'] }, |
| | | }, |
| | | ], |
| | | }, |
| | | ], |