h5账号密码登录 修改(初始化)h5和app的登录密码

This commit is contained in:
Aaron
2021-07-20 18:10:31 +08:00
parent c42fc330d7
commit 8c1008b3da
4 changed files with 75 additions and 48 deletions

View File

@ -63,7 +63,7 @@ export function register(data) {
*/
export function registerReset(data) {
return request.post('/register/reset', data, {
login: false,
login: true,
})
}