Browse Source

HL-6191 SCP,供应商忘记密码后,邮箱未收到邮件

hella_online_20241011
滕晓飞 4 months ago
parent
commit
d044cfd0e7
  1. 2
      src/api/system/user/index.ts

2
src/api/system/user/index.ts

@ -102,7 +102,7 @@ export const updatePassword = (data : UserVO) => {
} }
// 重置密码 // 重置密码
export const updateUserPassword = (data : UserVO) => { export const updateUserPassword = (data : UserVO) => {
return request.put({ url: '/system/user/update-password', data }) return request.put({ url: '/system/user/update-password-by-mailKey', data })
} }
export const getPassWordConfig = () => { export const getPassWordConfig = () => {

Loading…
Cancel
Save