提交 88cf9b1b 编写于 作者: Q qiang

fix: reset JSContext ArrayBuffer

上级 83ba4635
......@@ -10,6 +10,9 @@ if (typeof Promise !== 'undefined' && !Promise.prototype.finally) {
)
}
}
if(uni&&uni.base64ToArrayBuffer){
ArrayBuffer = uni.base64ToArrayBuffer('').constructor
}
`
export const restoreGlobalCode = `
import * as vue from 'vue'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册