Browse Source

修改住户‘访客、服务人员人脸下发

xuanyan 4 years ago
parent
commit
fde0dcb284
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/estate/serveruser.js

+ 1 - 1
src/api/estate/serveruser.js

@@ -42,7 +42,7 @@ export const add = (row) => {
 
 export const update = (row) => {
   return request({
-    url: '/api/cyzh-estate/serveruser/submit',
+    url: '/api/cyzh-estate/serveruser/update',
     method: 'post',
     data: row
   })