重置密码:优化接入

This commit is contained in:
YunaiV
2023-12-17 17:52:49 +08:00
parent 22fffcb029
commit 2c7d89d711
7 changed files with 20 additions and 33 deletions
+6 -2
View File
@@ -1,4 +1,4 @@
import request from '@/sheep/request2';
import request from '@/sheep/request';
const AuthUtil = {
// 发送手机验证码
@@ -9,10 +9,14 @@ const AuthUtil = {
data: {
mobile,
scene
},
custom: {
loadingMsg: '发送中',
showSuccess: true,
successMsg: '发送成功'
}
});
},
// 登出系统
logout: () => {
return request({