update web/src/views/system/rolePermission/api.js.

pull/61/head
chuanwei 2022-05-31 01:38:36 +00:00 committed by Gitee
parent a439e2ee5f
commit 61904e3248
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ export function DelObj (id) {
// 通过角色id,获取菜单数据
export function GetMenuData (obj) {
return request({
url: '/api/system/role/roleId_get_menu/' + obj.id + '/',
url: '/api/system/role/' + obj.id + '/roleId_get_menu/',
method: 'get',
params: {}
}).then(res => {