-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
await Taro.request(params)无效,根本就不是同步的 #9059
Comments
你这个结果符合预期呀! |
@Wind4 本地有token了,然后我需要拉取token的会员信息,存到store,如果有就显示本页不然跳到登录。就是页面登录判断 我只能判断本地是否有token这个去判断了,但是他会过期 我怎么做路由守卫拦截,vue3里,没找到好的办法啊!没登录不准进页面的 |
因为在小程序中无法阻止跳转到Page,所以你只能在Page的onLoad里面处理登录请求。 我们目前有两种处理方式:
token过期我们会通过statusCode=401来触发更新token |
@Wind4 好的,这样的结果就是会跳动下 |
@Wind4 还有个问题,我在/pages/user/index/index有个tab_bar,有个跳转 Taro.navigateTo({ |
Tab页要用 switchTab 吧? |
@Wind4 不是,是https://b2nil.github.io/taro-ui-vue3/docs/tabbar.html |
相关平台
H5
浏览器版本: Chrome 89.0.4389.114
使用框架: vue3
复现步骤
直接写下就行
期望结果
测试1
测试2
测试3
这样先输出
实际结果
测试1
测试2
然后其他的信息
测试3
这是异步的结果啊
环境信息
The text was updated successfully, but these errors were encountered: