Skip to content

Commit

Permalink
fix: 解决安卓页面渲染问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhetengbiji committed Oct 20, 2019
1 parent 184c81e commit 023dfe8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ module.exports = function (pagesJson, userManifestJson) {
} else if (isNVueEntryPage) {
// 非纯 nvue 项目首页为 nvue 页面
manifestJson.plus.launchwebview.id = '2'
manifestJson.plus.launchwebview.render = 'always'
}
// 带 tab
if (pagesJson.tabBar && pagesJson.tabBar.list && pagesJson.tabBar.list.length) {
Expand Down

0 comments on commit 023dfe8

Please sign in to comment.