mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-13 07:43:43 +08:00
fix(login): 修改登录请求加解密配置
- 将 login 函数中的 isEncrypt 参数从 true 修改为 false - 此修改解决了登录请求加解密的问题
This commit is contained in:
parent
8fa765f7be
commit
e9deb9d2c1
@ -20,7 +20,7 @@ export function login(data: LoginData): AxiosPromise<LoginResult> {
|
||||
url: '/auth/login',
|
||||
headers: {
|
||||
isToken: false,
|
||||
isEncrypt: true,
|
||||
isEncrypt: false,
|
||||
repeatSubmit: false
|
||||
},
|
||||
method: 'post',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user