经验总结 Umi动态修改路由跳转redirect配置 Deshun 发布于 3年前 (2022-02-22) 2809℃ 评论(0) 赞 (1) Umi 的路由跳转可以在配置文件中配置,但如果需要跳转的 path 路径不固定,就比较麻烦了。还在 Umi 提供了运行时配置,可以通过 patchRoutes 方法在运行时对路由进行修改。比如我要修改 redirect 为第一个有效的路由 path 。在 app.tsx 中增加下面代码:export function patchRoutes({&n... 标签: Umi / React / antd / ProLayout / Umi动态组织路由 / Umi动态redirect / Umi动态redirect配置