提交 922cec6b 编写于 作者: fxy060608's avatar fxy060608

chore: build

上级 2f5f3045
......@@ -18484,10 +18484,7 @@ function removeNonTabBarPages() {
}
}
function isSamePage(url, $page) {
if (url === $page.path) {
return true;
}
if (url === "/" && $page.meta.isEntry) {
if (url === $page.fullPath) {
return true;
}
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册