We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0662806 commit 290c401Copy full SHA for 290c401
1 file changed
cmdb-ui/src/config/app.js
@@ -3,7 +3,7 @@ const appConfig = {
3
redirectTo: '/cmdb', // 首页的重定向路径
4
buildAclToModules: true, // 是否在各个应用下 内联权限管理
5
showDocs: false,
6
- useEncryption: false,
+ useEncryption: true,
7
}
8
9
export default appConfig
0 commit comments