mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-15 00:25:07 +08:00
update 角色基础信息修改接口地址改回原样
This commit is contained in:
parent
cedf975ed3
commit
eab7f49553
@ -50,7 +50,7 @@ export const addRole = (data: any) => {
|
|||||||
*/
|
*/
|
||||||
export const updateRole = (data: any) => {
|
export const updateRole = (data: any) => {
|
||||||
return request({
|
return request({
|
||||||
url: '/system/role/baseInfo',
|
url: '/system/role',
|
||||||
method: 'put',
|
method: 'put',
|
||||||
data: data
|
data: data
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user