Browse Source

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

菲鸽 1 year ago
parent
commit
588c3a446f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      pages.config.ts

+ 1 - 0
pages.config.ts

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