修复bug

This commit is contained in:
yanran200730
2024-10-22 22:41:23 +08:00
parent 28264e43b5
commit f7530ed1f5
3 changed files with 73 additions and 8 deletions

View File

@@ -130,6 +130,7 @@ const initWindow = () => {
})
window.eval = code => {
console.log(code)
return interpreter.evaluate(transformCode(code))
}
window.JsBarcode = JsBarcode