-
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
taro3.0.2 Error: Route not found #7008
Comments
Taro.navigateTo({ url: /details?woId=${woId} }) |
@tuoxie15 提供一下可复现 demo |
luckyadam
added a commit
that referenced
this issue
Aug 10, 2020
3.0.8 可用 |
luckyadam
added a commit
that referenced
this issue
Aug 17, 2020
3.0.8发了吗 我看最新的是3.0.7啊 还是存在build:h5 Route not found的问题 |
luckyadam
added a commit
that referenced
this issue
Aug 18, 2020
Merged
20 tasks
Chen-jj
added a commit
that referenced
this issue
Aug 19, 2020
* fix(router): 修复配置 customRoutes 后路由跳转问题,close #7008 * fix(router): 修复 h5 对 onReachBottom 的支持 * feat(mini-runner): 支持小程序全局注册组件,close #7098 * fix(mini-runner): 去除与原生小程序混写时生成冗余代码,close #7172 * fix(helper): babel-register解析忽略项目 babelrc 配置文件,close #6821 * fix(taro): 修复 getComputedStyle 报错问题,close #7185 * fix(runtime): 修复使用 taro 代码开发自定义 tabbar 报错 * fix(webpack-runner): 修复使用 nerv 框架时组件样式设置不上的问题,close #7310 Co-authored-by: chenjiajian <798095202@qq.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
H5
复现仓库
http://xxx/womobile/list
浏览器版本: chrome 83.0.4103.116
使用框架: React
复现步骤
路由配置
src/app.config.js 配置
跳转方式:
Taro.navigateTo({ url:
pages/details/details?woId=${woId}
})报错:
Error: Route not found
期望结果
期望能正常跳转
实际结果
Error: Route not found
环境信息
The text was updated successfully, but these errors were encountered: