fix: 删除代码中debugger

This commit is contained in:
fit2cloud-chenyw 2022-11-10 09:59:42 +08:00
parent 3a2d06394d
commit a65dee94bc

View File

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