提交 f87ee1fa 编写于 作者: Q qiang

fix: 解决旧版weex编译模式扫码等页面无法打开的问题

上级 dc0c688e
......@@ -216,6 +216,8 @@ module.exports = function (pagesJson, userManifestJson) {
if (process.env.UNI_USING_NVUE_COMPILER) {
appJson.nvueCompiler = 'uni-app'
flexDir = getFlexDirection(manifestJson.plus)
} else {
appJson.nvueCompiler = 'weex'
}
if (manifestJson.plus.renderer === 'native') {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册