2
0

登入页忘记密码

This commit is contained in:
lai
2025-02-26 18:30:44 +08:00
parent f6a7ca1883
commit 5a2f8ecb17
3 changed files with 23 additions and 3 deletions

View File

@@ -413,6 +413,14 @@ export function deletePortal(siteId: string, portalId: string) {
/** 首页邮箱重置密码 */
export function fetcodeReset(data:any) {
return request({
url: '/system/user/profile/forgotPwd',
method: 'put',
data
});
}