feat:【framework 框架】增加 api 加解密能力(默认登录先不加密,避免大家不理解)
This commit is contained in:
@ -17,7 +17,7 @@ export const login = (data: UserLoginVO) => {
|
|||||||
url: '/system/auth/login',
|
url: '/system/auth/login',
|
||||||
data,
|
data,
|
||||||
headers: {
|
headers: {
|
||||||
isEncrypt: true
|
isEncrypt: false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user