feat: 完善15- 角色默认信用与店铺实际额度管理
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m8s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m8s
This commit is contained in:
@@ -122,6 +122,18 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
roles: ['R_SUPER']
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'role/detail/:id',
|
||||
name: 'RoleDetail',
|
||||
component: RoutesAlias.RoleDetail,
|
||||
meta: {
|
||||
title: '角色详情',
|
||||
permissions: ['role:detail'],
|
||||
isHide: true,
|
||||
keepAlive: false,
|
||||
roles: ['R_SUPER']
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'permission',
|
||||
name: 'PermissionManagement',
|
||||
@@ -261,6 +273,17 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
title: 'menus.shopManagement.shopList',
|
||||
keepAlive: true
|
||||
}
|
||||
},
|
||||
// 店铺详情
|
||||
{
|
||||
path: 'detail/:id',
|
||||
name: 'ShopDetail',
|
||||
component: RoutesAlias.ShopDetail,
|
||||
meta: {
|
||||
title: '店铺详情',
|
||||
isHide: true,
|
||||
keepAlive: false
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user