Auto merge base into i18n

This commit is contained in:
GitHub Actions 2025-06-03 04:40:03 +00:00
commit ce1e6ff8e7
2 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,7 @@ export default defineUniPages({
'z-paging/components/z-paging$1/z-paging$1.vue',
},
},
// 如果不需要tabBar可以注释掉这个配置,或者直接删除
// 如果不需要tabBar请使用 spa 模板。pnpm create xxx -t spa
tabBar: {
color: '#999999',
selectedColor: '#018d71',

View File

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