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
路由配置如下
{ "path":"/order/orderDetail/:id", "name": "订单详情", "component": "@/pages/order/orderDetail/$detail.jsx", "hideInMenu": true }
跳转代码如下
history.push(`/order/orderDetail/${12}`);
结果:404页面不存在。用umi创建的项目不会出现这个问题
The text was updated successfully, but these errors were encountered:
已支持
Sorry, something went wrong.
xingyuefeng
No branches or pull requests
路由配置如下
跳转代码如下
结果:404页面不存在。用umi创建的项目不会出现这个问题
The text was updated successfully, but these errors were encountered: