"list": [
{
"pagePath": "pagesVip/vip/index",
"iconPath": "static/img/tabbar/vip.png",
"selectedIconPath": "static/img/tabbar/vip-select.png",
"text": "VIP会员"
},
...
]
产品分类: 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会员"
},
...
]
不产生警告
有警告
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起来后正常使用。
s***@qq.com (作者)
好的,非常感谢!
2020-07-28 13:09