We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
H5
浏览器版本: Chrome 96.0.4664.55 使用框架: React
A页面跳转B页面 Taro.navigateTo({ url: pages/index/b?query=123 }) B页面路由为正常显示:http://localhost:10086/#/pages/index/b?query=123 重点: B页面跳转至C页面时query=123依然存在 Taro.navigateTo({ url: pages/index/c }) 结果:http://localhost:10086/#/pages/index/c?query=123
pages/index/b?query=123
pages/index/c
当我跳转时在没有携带参数的情况下正常显示 http://localhost:10086/#/pages/index/c
http://localhost:10086/#/pages/index/c?query=123
👽 Taro v3.3.10 mode: undefined TARO_ENV: undefined APP_BASE_URL=https://yapi.ishopex.cn/mock/1310 Taro CLI 3.3.10 environment info: System: OS: macOS 10.15.7 Shell: 5.7.1 - /bin/zsh Binaries: Node: 14.16.0 - ~/.nvm/versions/node/v14.16.0/bin/node Yarn: 1.22.17 - ~/.nvm/versions/node/v14.16.0/bin/yarn npm: 6.14.11 - ~/.nvm/versions/node/v14.16.0/bin/npm npmPackages: @tarojs/cli: 3.3.10 => 3.3.10 @tarojs/components: 3.3.10 => 3.3.10 @tarojs/mini-runner: 3.3.10 => 3.3.10 @tarojs/react: 3.3.10 => 3.3.10 @tarojs/runtime: 3.3.10 => 3.3.10 @tarojs/taro: 3.3.10 => 3.3.10 @tarojs/webpack-runner: 3.3.10 => 3.3.10 babel-preset-taro: 3.3.10 => 3.3.10 eslint-config-taro: 3.3.10 => 3.3.10 react: ^17.0.0 => 17.0.2 taro-ui: ^3.0.0-alpha.10 => 3.0.0-alpha.10
The text was updated successfully, but these errors were encountered:
怎么解决的,我也是这种问题,除非加上1秒的延迟
Sorry, something went wrong.
升级到 3.3.15+ 可以解决该问题
这不是同一个问题,但在 3.3.15+ 中同样修复
No branches or pull requests
相关平台
H5
浏览器版本: Chrome 96.0.4664.55
使用框架: React
复现步骤
A页面跳转B页面
Taro.navigateTo({
url:
pages/index/b?query=123
})
B页面路由为正常显示:http://localhost:10086/#/pages/index/b?query=123
重点:
B页面跳转至C页面时query=123依然存在
Taro.navigateTo({
url:
pages/index/c
})
结果:http://localhost:10086/#/pages/index/c?query=123
期望结果
当我跳转时在没有携带参数的情况下正常显示
http://localhost:10086/#/pages/index/c
实际结果
http://localhost:10086/#/pages/index/c?query=123
环境信息
The text was updated successfully, but these errors were encountered: