提交 b8c3e92a 编写于 作者: fxy060608's avatar fxy060608

fix(app-plus): set default value for kernel to UIWebview (usingComponents:false)

上级 7b836362
......@@ -394,6 +394,10 @@ module.exports = function (pagesJson, userManifestJson) {
}
}
if (!process.env.UNI_USING_COMPONENTS) {
manifestJson.plus.launchwebview.kernel = 'UIWebview'
}
manifest.content = manifestJson
// 分包合并
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册