Open YaEvan opened 5 months ago
你路由写错了。 报错里面写了,子路由一定带父路由前缀。 比如
{
path: '/user'
routes: [
{
path: '/user/*/
}
]
}
我也遇到这个问题了,没做任何修改。 $ npm i @ant-design/pro-cli -g $ pro create my-app
参考的官网上面的执行步骤 $ cd my-app $ yarn $ yarn start # 打开浏览器访问 http://localhost:8000 选择的是复杂示例
🐛 bug 描述
Using the ant-design-pro pro-cli tool to generate a complete project exception, the page cannot be accessed through the browser
📷 复现步骤 | Recurrence steps
🏞 期望结果 | Expected results
Display the expected login page of ant-design-pro
💻 复现代码 | Recurrence code
src/.umi-test/core/route.tsx src/.umi/core/route.tsx
Temporary fix
© 版本信息
🚑 其他信息
After fix