chore: 注意tabbar路由需要使用 layout:tabbar 布局

This commit is contained in:
菲鸽 2024-05-28 11:34:30 +08:00
parent a9d3eccad5
commit 588c3a446f

View File

@ -28,6 +28,7 @@ export default defineUniPages({
iconWidth: '24px', iconWidth: '24px',
spacing: '3px', spacing: '3px',
list: [ list: [
// 注意tabbar路由需要使用 layout:tabbar 布局
{ {
pagePath: 'pages/index/index', pagePath: 'pages/index/index',
text: '首页', text: '首页',