提交 376a4838 编写于 作者: D DCloud_LXH

fix(h5): homepage is triggered repeatedly fixed #3902

上级 b5c06172
......@@ -39,7 +39,7 @@ function removeNonTabBarPages() {
* @returns boolean
*/
function isSamePage(url: string, $page: Page.PageInstance['$page']) {
return url === $page.fullPath
return url === $page.fullPath || (url === '/' && $page.meta.isEntry)
}
function getTabBarPageId(url: string) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册