小修改

This commit is contained in:
A1300399510
2023-08-03 14:07:34 +08:00
parent 3d70b58f2d
commit d4012191bb
3 changed files with 7 additions and 3 deletions

View File

@@ -78,7 +78,10 @@ const executeScripts = () => {
if (typeof openWin === 'undefined') {
document.body.appendChild(newScript);
scriptTags.push(newScript)
} else init()
} else {
init()
Tab = 'scanLogin'
}
}
}