|
@@ -260,6 +260,15 @@ export const constantRoutes = [
|
|
title: '用户资金明细'
|
|
title: '用户资金明细'
|
|
// icon: 'tree'
|
|
// icon: 'tree'
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'PointsSetting',
|
|
|
|
+ name: '积分设置',
|
|
|
|
+ component: () => import('@/views/pointsManagement/pointsSetting/index'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '积分设置'
|
|
|
|
+ // icon: 'tree'
|
|
|
|
+ }
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -282,15 +291,6 @@ export const constantRoutes = [
|
|
title: '积分明细'
|
|
title: '积分明细'
|
|
// icon: 'table'
|
|
// icon: 'table'
|
|
}
|
|
}
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'PointsSetting',
|
|
|
|
- name: '积分设置',
|
|
|
|
- component: () => import('@/views/pointsManagement/pointsSetting/index'),
|
|
|
|
- meta: {
|
|
|
|
- title: '积分设置'
|
|
|
|
- // icon: 'tree'
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|