Skip to content

Commit a65dee9

Browse files
fix: 删除代码中debugger
1 parent 3a2d063 commit a65dee9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/views/login/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,6 @@ export default {
348348
}
349349
if (this.loginTypes.includes(3) && this.defaultType === 3) {
350350
casLoginPage().then(res => {
351-
debugger
352351
window.location.href = res.data
353352
})
354353
}

0 commit comments

Comments
 (0)