feat:【framework 框架】增加 api 加解密能力(默认登录先不加密,避免大家不理解)
parent
2e796b8fc7
commit
e9d59f41f9
|
|
@ -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
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue