Merge pull request #2929 from jumpserver/pr@dev@perf_add_default_security

perf: 添加默认的信息
This commit is contained in:
老广 2023-03-16 10:50:12 +08:00 committed by GitHub
commit 11f0ee12cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,9 @@ export default {
sftp_home: '/tmp',
username_selector: '#username',
password_selector: '#password',
submit_selector: '.btn-submit'
submit_selector: '.btn-submit',
security: 'any',
console: false
},
loading: true,
form: {},