update 角色基础信息修改接口地址改回原样
This commit is contained in:
@@ -50,7 +50,7 @@ export const addRole = (data: any) => {
|
||||
*/
|
||||
export const updateRole = (data: any) => {
|
||||
return request({
|
||||
url: '/system/role/baseInfo',
|
||||
url: '/system/role',
|
||||
method: 'put',
|
||||
data: data
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user