uniapp 在h5端navigator跳转页面无反应,微信小程序与app端正常,原生底部tabbar页面切换微信小程序,app端正常,h5切换后无法再切回首页
<navigator class="m1" url="/pages/user/feedBack/feedBack" hover-class="none">
<view class="m2 m3"><image src="../../static/personal/ic_aboutUs.png"></image></view>
<text>意见反馈</text>
</navigator>
1 个回复
1***@qq.com (作者)
我已知道问题所在,同事写了个uni.addInterceptor拦截器的原因