-
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
Taro.navigateTo 路由带参数跳转提示 页面is not found(开发环境正常,生产环境报错) #15757
Comments
已修复,"@tarojs/router": "^3.6.30" |
This was referenced May 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
微信小程序
小程序基础库: 2.33.0
使用框架: Vue 3
复现步骤
Taro.navigateTo('/test?key=1&v=2');此代码在开发环境正常,打包发布后生产环境报错 。
"errMsg": "navigateTo:fail page /pages/qsa/index?a=1 is not found"
期望结果
路由携带参数正常跳转不报错
实际结果
路由携带参数无法跳转
环境信息
The text was updated successfully, but these errors were encountered: