Mi Gao
Mi Gao
## What happens? 我像这样注册了我的umi子项目进行测试:  这便是umi子项目sub-app-2的.umirc.ts中的配置:  由于我选用了一个开源的叫做[like-admin](https://doc.likeadmin.cn/java/web.html#%E8%8F%9C%E5%8D%95)的一个Vue3项目作为基座,它的菜单和路由结构是类似这样:  也就是类似 `/目录/路由` 的结构;然后在进入子项目2也就是我们的测试目标时在好像渲染了子项目的一瞬间跳进了404出现了如下的问题:  对 `http://localhost:5173/microapp/sub-app-2/home` 出现了404,这个在我曾经测试的一个umi4分别作为基座和子项目测试时候并没有出现感觉也不该出现这种成功加载render了子项目但是路由404了,我很好奇是不是我的哪里router配置出了问题? 很困惑,非常感谢来帮助我 ## Mini Showcase Repository(REQUIRED) > Provide a mini GitHub repository which can reproduce...
[issue#164](https://github.com/gloriasoft/veaury/issues/164) Fix error when doing setup then error reporting: > "@achrinza/[email protected]: The engine "node" is incompatible with this module. Expected version "8 || 10 || 12 || 14 || 16...