登入页忘记密码
This commit is contained in:
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user