|
@@ -213,6 +213,38 @@ export const asyncRouterMap = [{
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ path: '/CardSendAuth',
|
|
|
+ redirect: '/CardSendAuth/userList',
|
|
|
+ component: PageView,
|
|
|
+ meta: {
|
|
|
+ title: '发券中心权限管理',
|
|
|
+ icon: 'lock'
|
|
|
+ // permission: 'M_CardVoucherAuth_0'
|
|
|
+ },
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/CouponSendAuth/userList',
|
|
|
+ name: 'CouponSendUserList',
|
|
|
+ component: () => import(/* webpackChunkName: "CardVoucherAuth" */ '@/views/CouponSendAuth/user/userList.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '员工信息',
|
|
|
+ icon: 'user'
|
|
|
+ // permission: 'M_CardVoucherAuth_userList'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/CouponSendAuth/roleList',
|
|
|
+ name: 'CouponSendRoleList',
|
|
|
+ component: () => import(/* webpackChunkName: "CardVoucherAuth" */ '@/views/CouponSendAuth/role/roleList.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '角色管理',
|
|
|
+ icon: 'solution'
|
|
|
+ // permission: 'M_CardVoucherAuth_roleList'
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
path: '/setting',
|
|
|
redirect: '/setting/userList',
|