"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
}
,{
"path" : "pages/index/contacts",
"style" : {}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#c2b9e4",
"selectedColor": "#571ba6",
"backgroundColor": "#ffffff",
"height": "55px",
"list": [{
"pagePath": "pages/index/index",
"text": "消息",
"iconPath": "static/message.png",
"selectedIconPath": "static/message_s.png"
}, {
"pagePath": "pages/index/contacts",
"text": "通讯录",
"iconPath": "static/contacts.png",
"selectedIconPath": "static/contacts_s.png"
}]
}
}
- 发布:2020-08-06 12:47
- 更新:2020-08-06 14:48
- 阅读:945
产品分类: uniapp/App
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: macOS Catalina 10.15.5
HBuilderX类型: 正式
HBuilderX版本号: 2.8.3
手机系统: Android
手机系统版本号: Android 10
手机厂商: 华为
手机机型: HONOR Play4T AKA-AL10
页面类型: nvue
打包方式: 云端
项目创建方式: HBuilderX
操作步骤:
预期结果:
正常
正常
实际结果:
启动只有tabbar可以点击 页面无内容
启动只有tabbar可以点击 页面无内容
2***@qq.com (作者)
好的 谢谢 我试试
2020-08-06 14:57