前端对接接口

This commit is contained in:
橙子
2021-10-19 19:07:42 +08:00
parent ad9d1d9452
commit 99b64f48b0
5 changed files with 50 additions and 31 deletions

View File

@@ -12,5 +12,12 @@ export default {
method: 'post',
data: { ids1: roleList, ids2: menuList }
})
},
getMenuByRloe(roleId) {
return myaxios({
url: `/Role/getMenuByRloe?roleId=${roleId}`,
method: 'get'
})
}
}