s***@qq.com
s***@qq.com
  • 发布:2020-07-27 08:33
  • 更新:2020-07-27 09:20
  • 阅读:747

【报Bug】分包编译警告

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Mac

PC开发环境操作系统版本号: 10.15.5 (19F101)

HBuilderX类型: 正式

HBuilderX版本号: 2.8.2

手机系统: iOS

手机系统版本号: iOS 13.4

手机厂商: 苹果

手机机型: iPhone 11

页面类型: vue

打包方式: 云端

项目创建方式: HBuilderX

操作步骤:
"list": [  
  {  
    "pagePath": "pagesVip/vip/index",  
    "iconPath": "static/img/tabbar/vip.png",  
    "selectedIconPath": "static/img/tabbar/vip-select.png",  
    "text": "VIP会员"  
  },  

...
]

预期结果:

不产生警告

实际结果:

有警告

bug描述:

08:29:33.226 pages.json tabBar['list'][0]['pagePath'] "pagesVip/vip/index" 需在 pages 数组中
08:29:33.234 pages.json tabBar['list'][2]['pagePath'] "pagesVip/vip/recommended" 需在 pages 数组中
08:29:33.271 pages.json tabBar['list'][0]['pagePath'] "pagesVip/vip/index" 需在 pages 数组中
08:29:33.280 pages.json tabBar['list'][2]['pagePath'] "pagesVip/vip/recommended" 需在 pages 数组中

为了适配小程序,代码作了分包,pagesVip/vip/index和pages不在同一个目录,这个编译警告是不是多余的,因为App起来后正常使用。

2020-07-27 08:33 负责人:无 分享
已邀请:
7***@qq.com

7***@qq.com - 机械从业未半而中道写了代码

这不是BUG,app默认整包,所以你有警告但能打包,但小程序tabbar必须在主包内。

  • s***@qq.com (作者)

    好的,非常感谢!

    2020-07-28 13:09

该问题目前已经被锁定, 无法添加新回复