mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-15 00:25:07 +08:00
Pre Merge pull request !251 from didiwu/ts
This commit is contained in:
commit
c93f19bdb3
@ -20,7 +20,7 @@ export function login(data: LoginData): AxiosPromise<LoginResult> {
|
|||||||
url: '/auth/login',
|
url: '/auth/login',
|
||||||
headers: {
|
headers: {
|
||||||
isToken: false,
|
isToken: false,
|
||||||
isEncrypt: true,
|
isEncrypt: false,
|
||||||
repeatSubmit: false
|
repeatSubmit: false
|
||||||
},
|
},
|
||||||
method: 'post',
|
method: 'post',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user