用uniapp打包的app里面用webview打开用uniapp写的h5项目顶部导航会高一行,
app代码
<web-view :src="url" ></web-view>
h5代码的pages
{
"path": "employeeBenefit/cateringBenefits",
"style": {
"navigationBarTitleText": "餐饮福利",
"enablePullDownRefresh": false
}
},
在网页打开h5正常