forked from github/dataease
Merge pull request #3705 from dataease/pr@dev@fix_del_debugger
fix: 删除代码中debugger
This commit is contained in:
commit
62531a84e6
@ -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
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user