Update app.js

This commit is contained in:
pycook
2023-10-24 19:46:46 +08:00
committed by GitHub
parent b32d4515d5
commit f3b26ad87d

View File

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