diff --git a/src/api/person.js b/src/api/person.js index 35db003..f5be4c9 100644 --- a/src/api/person.js +++ b/src/api/person.js @@ -73,7 +73,7 @@ // 修改人员 export function updatePerson(data) { return request({ - url: 'person/update', + url: 'person/irisUpdate', method: 'post', data })