Merge branch 'tabbar' of github.com:feige996/unibest into tabbar

This commit is contained in:
feige996
2025-06-03 12:42:18 +08:00
2 changed files with 3 additions and 1 deletions

View File

@@ -11,6 +11,8 @@ export const getLastPage = () => {
return pages[pages.length - 1]
}
export const tabBarList = tabBar?.list || []
/** 判断当前页面是否是 tabbar 页 */
export const getIsTabbar = () => {
try {