update 角色基础信息修改接口地址改回原样
This commit is contained in:
@@ -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
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user