feat: 修改初始密码提示优化

This commit is contained in:
fit2cloud-chenyw
2022-06-30 15:20:50 +08:00
parent eb0b3562f0
commit d36e53d46c
5 changed files with 23 additions and 2 deletions

View File

@@ -36,6 +36,13 @@ export function needModifyPwd() {
})
}
export function removePwdTips() {
return request({
url: '/api/auth/removeNoti',
method: 'post'
})
}
export function defaultPwd() {
return request({
url: '/api/auth/defaultPwd',