|
@@ -104,16 +104,6 @@ export const asyncRoutes = [
|
|
|
// icon: 'tree'
|
|
|
roles: ['admin', 'operate']
|
|
|
}
|
|
|
- },
|
|
|
- {
|
|
|
- path: 'WithdrawalRecord',
|
|
|
- name: '提现记录',
|
|
|
- component: () => import('@/views/statistics/withdrawalRecord/index'),
|
|
|
- meta: {
|
|
|
- title: '提现记录',
|
|
|
- // icon: 'tree'
|
|
|
- roles: ['admin', 'operate']
|
|
|
- }
|
|
|
}
|
|
|
]
|
|
|
},
|
|
@@ -301,6 +291,16 @@ export const asyncRoutes = [
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ path: 'WithdrawalRecord',
|
|
|
+ name: '提现记录',
|
|
|
+ component: () => import('@/views/statistics/withdrawalRecord/index'),
|
|
|
+ meta: {
|
|
|
+ title: '提现记录',
|
|
|
+ // icon: 'tree'
|
|
|
+ roles: ['admin', 'finance']
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
path: 'PointsSetting',
|
|
|
name: '积分设置',
|
|
|
component: () => import('@/views/pointsManagement/pointsSetting/index'),
|