Commit 60b18375 authored by wangqinghua's avatar wangqinghua

bug update

parent 10450e19
...@@ -261,7 +261,7 @@ export class SystemService { ...@@ -261,7 +261,7 @@ export class SystemService {
//重置密码 //重置密码
resetPassword(data): Observable<any> { resetPassword(data): Observable<any> {
return this.http.post(SERVER_API_URL_COMS + '/user/resetPassword', data); return this.http.post(SERVER_API_URL_COMS + '/user/resetPwd', data);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment