提交 2c08d245 编写于 作者: Q qiang

fix: 修复当前tab页面不是配置的首页时,热刷新后tabBar消失的问题 question/101612

上级 67992edc
...@@ -125,7 +125,7 @@ export function registerPage ({ ...@@ -125,7 +125,7 @@ export function registerPage ({
routeOptions.meta.visible = true routeOptions.meta.visible = true
} }
if (routeOptions.meta.isTabBar && webview.id !== '1') { if (routeOptions.meta.isTabBar) {
tabBar.append(webview) tabBar.append(webview)
} }
...@@ -209,4 +209,4 @@ export function registerPage ({ ...@@ -209,4 +209,4 @@ export function registerPage ({
} }
return webview return webview
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册