提交 4791a571 编写于 作者: Q qiang

fix(App-nvue3): reset JSContext ArrayBuffer

上级 6197d274
...@@ -135,6 +135,9 @@ if(webview){ ...@@ -135,6 +135,9 @@ if(webview){
const __pagePath = '${removeExt(filename)}' const __pagePath = '${removeExt(filename)}'
let __pageQuery = {} let __pageQuery = {}
try{ __pageQuery = JSON.parse(webview.__query__) }catch(e){} try{ __pageQuery = JSON.parse(webview.__query__) }catch(e){}
if(uni.base64ToArrayBuffer){
ArrayBuffer = uni.base64ToArrayBuffer('').constructor
}
App.mpType = 'page' App.mpType = 'page'
const app = Vue.createPageApp(App,{$store:getApp({allowDefault:true}).$store,__pageId,__pagePath,__pageQuery}) const app = Vue.createPageApp(App,{$store:getApp({allowDefault:true}).$store,__pageId,__pagePath,__pageQuery})
app.provide('__globalStyles', Vue.useCssStyles([...__uniConfig.styles, ...(App.styles||[])])) app.provide('__globalStyles', Vue.useCssStyles([...__uniConfig.styles, ...(App.styles||[])]))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册