<view>
<navigator url="../index/index">跳转到新页面</navigator>
<navigator url="../index/index" open-type="redirect">在当前页打开</navigator>
<navigator url="../index/index" open-type="switchTab">切换到首页Tab</navigator>
</view>
只有最后一个 open-type="switchTab"是有效果的,前面两个没效果,求解答。