Showing
1 changed file
with
1 additions
and
2 deletions
| @@ -197,7 +197,6 @@ const UserApi = { | @@ -197,7 +197,6 @@ const UserApi = { | ||
| 197 | params: { | 197 | params: { |
| 198 | ...param, | 198 | ...param, |
| 199 | }, | 199 | }, |
| 200 | - | ||
| 201 | }); | 200 | }); |
| 202 | }, | 201 | }, |
| 203 | 202 | ||
| @@ -290,7 +289,7 @@ const UserApi = { | @@ -290,7 +289,7 @@ const UserApi = { | ||
| 290 | // 修改基本信息 | 289 | // 修改基本信息 |
| 291 | updateUser: (data) => { | 290 | updateUser: (data) => { |
| 292 | return request({ | 291 | return request({ |
| 293 | - url: '/app/student/updPersonData', | 292 | + url: '/app/user/updPersonData', |
| 294 | method: 'POST', | 293 | method: 'POST', |
| 295 | data, | 294 | data, |
| 296 | custom: { | 295 | custom: { |
-
Please register or login to post a comment