Merge commit 'de55a88d0ea187b6a01613e10050c580d05e3758' into spa

This commit is contained in:
feige996 2025-06-03 12:56:04 +08:00
commit 381343a4cf

View File

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