提交 023dfe83 编写于 作者: Q qiang

fix: 解决安卓页面渲染问题

上级 184c81e4
...@@ -390,6 +390,7 @@ module.exports = function (pagesJson, userManifestJson) { ...@@ -390,6 +390,7 @@ module.exports = function (pagesJson, userManifestJson) {
} else if (isNVueEntryPage) { } else if (isNVueEntryPage) {
// 非纯 nvue 项目首页为 nvue 页面 // 非纯 nvue 项目首页为 nvue 页面
manifestJson.plus.launchwebview.id = '2' manifestJson.plus.launchwebview.id = '2'
manifestJson.plus.launchwebview.render = 'always'
} }
// 带 tab // 带 tab
if (pagesJson.tabBar && pagesJson.tabBar.list && pagesJson.tabBar.list.length) { if (pagesJson.tabBar && pagesJson.tabBar.list && pagesJson.tabBar.list.length) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册