feat:【framework 框架】增加 api 加解密能力(默认登录先不加密,避免大家不理解)

This commit is contained in:
YunaiV
2025-08-16 17:08:09 +08:00
parent 2e796b8fc7
commit e9d59f41f9

View File

@ -17,7 +17,7 @@ export const login = (data: UserLoginVO) => {
url: '/system/auth/login',
data,
headers: {
isEncrypt: true
isEncrypt: false
}
})
}