#2414·rax

自定义tabBar无效

Author: H5DevHowardCreated Jul 21, 2023Updated Jul 21, 2023

现在这个需求怎么样了

我本地设置

{
  "routes": [
    {
      "path": "/",
      "source": "pages/Home/index"
    },
    {
      "path": "/mine",
      "source": "pages/Mine/index"
    }
],
  "window": {
    "title": "Rax App"
  },
  "tabBar": {
    "custom": true,
    "list": ["/", "/mine"]
  }
}
  • 也创建了CustomTabBar组件

  • 单页没有
  • 小程序也没有

Originally posted by @xmsz in https://github.com/alibaba/rax/issues/2112#issuecomment-1092657841