Browse Source

feat(组件): xiug

tangning 2 years ago
parent
commit
1070b9b71c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/staff/list.ts

+ 1 - 1
src/api/staff/list.ts

@@ -43,7 +43,7 @@ export function updatePasswordApi(params) {
 
 export function reMyselfPassword(params) {
   return defHttp.post<Result>(
-    { url: Api.updatePassword, params },
+    { url: Api.reMyselfPassword, params },
     // { errorMessageMode: 'none' },
   );
 }