提交 b788d783 编写于 作者: Q qiang

fix: 解决不带 tabBar 启动白屏的问题

上级 a516c11e
......@@ -363,6 +363,9 @@ module.exports = function (pagesJson, userManifestJson) {
path: appJson.pages[0]
}
})
} else if (isNVueEntryPage) {
// 非纯 nvue 项目首页为 nvue 页面
manifestJson.plus.launchwebview.id = '2'
}
// 带 tab
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.
先完成此消息的编辑!
想要评论请 注册