<view bind:tap="toSecondPage" style="width: 100rpx; height: 100rpx; background-color: aquamarine;">第二页</view>
js:
toSecondPage:function(e){
wx.navigateTo({
url: '../second/second',
})
second.json:
{
"usingComponents": {},
"pageOrientation": "landscape"
}

测试未复现,你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号