用户管理

This commit is contained in:
shidongli 2024-04-19 15:21:02 +08:00
parent 449d0cd4fe
commit 33f993120f

View File

@ -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
})
}