CN-1289 fix: 修复登录失败错误提示问题

This commit is contained in:
chenjinsong
2023-09-15 16:54:36 +08:00
parent e5149aa5bd
commit c50895c46f
6 changed files with 21 additions and 27 deletions

View File

@@ -1073,7 +1073,6 @@ export default {
if (n) {
if (n.undo.length > 0) {
document.getElementById('preStep').classList.remove('toolbar--unactivated')
console.info(n, document.getElementById('preStep').classList)
} else {
document.getElementById('preStep').classList.add('toolbar--unactivated')
}