用户管理
This commit is contained in:
parent
449d0cd4fe
commit
33f993120f
@ -63,8 +63,8 @@ export function addUser(data) {
|
||||
// 修改用户
|
||||
export function updateUser(data) {
|
||||
return request({
|
||||
url: '/system/user/editAgency',
|
||||
method: 'post',
|
||||
url: '/system/user/edit',
|
||||
method: 'put',
|
||||
data: data
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user