Merge pull request #3705 from dataease/pr@dev@fix_del_debugger

fix: 删除代码中debugger
This commit is contained in:
dataeaseShu 2022-11-10 10:02:58 +08:00 committed by GitHub
commit 62531a84e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,7 +348,6 @@ export default {
} }
if (this.loginTypes.includes(3) && this.defaultType === 3) { if (this.loginTypes.includes(3) && this.defaultType === 3) {
casLoginPage().then(res => { casLoginPage().then(res => {
debugger
window.location.href = res.data window.location.href = res.data
}) })
} }