样式修改

This commit is contained in:
姚亚男
2021-10-20 17:48:56 +08:00
parent 3d73fe0dca
commit 580b2fa19c
8 changed files with 38 additions and 25 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ const UserApi = {
// 设置密码
setPassword: (params) => http.post(`${URL_CONFIG}company/changePasswordWithToken`, params),
// 修改密码
updatePassword: (params) => http.post(`${URL_CONFIG}company/verificationChangePassword`, params),
updatePassword: (params) => http.post(`${URL_CONFIG}company/changePassword`, params),
// 图片验证码
sendImage: (params) => http.get(`${URL_CONFIG}sys/randomImage/${params.time}`, params),
// 确认签到