npm run start 后打开浏览器控制台错误如下

Uncaught Error: Absolute route path "/*" nested under path "/user" is not valid. An absolute child route path must start with the combined path of all its parent routes.

解决方法
删除 config/router.ts 下的 user 404
wechat_2025-06-17_161809_166.png

标签: none