前端对接接口
This commit is contained in:
@@ -12,5 +12,12 @@ export default {
|
||||
method: 'post',
|
||||
data: { ids1: roleList, ids2: menuList }
|
||||
})
|
||||
},
|
||||
getMenuByRloe(roleId) {
|
||||
return myaxios({
|
||||
url: `/Role/getMenuByRloe?roleId=${roleId}`,
|
||||
method: 'get'
|
||||
|
||||
})
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user