用户管理

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) { export function updateUser(data) {
return request({ return request({
url: '/system/user/editAgency', url: '/system/user/edit',
method: 'post', method: 'put',
data: data data: data
}) })
} }