增加密码明文传输

This commit is contained in:
wang-liang0615
2023-08-10 19:21:10 +08:00
parent 2fd706be85
commit b365eb27f6
2 changed files with 3 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ const appConfig = {
buildAclToModules: true, // 是否在各个应用下 内联权限管理
ssoLogoutURL: '/api/sso/logout',
showDocs: false,
useEncryption: true,
}
export default appConfig