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
菜单或者目录路径命名重复,直接导致路由name重复,在代码中使用了named route情况下,这种重复导致后面的相同name的路由覆盖之前的路由,最终出现出现404问题(菜单路径重复) 还会导致点击目录展开错误问题(目录路径重复)
The text was updated successfully, but these errors were encountered:
这个主要是发生在vue3版本中,因为vue3-router不支持重名,所以在Cloud新版本新增了路由名称,可以在菜单管理自定义路由名称。
Sorry, something went wrong.
No branches or pull requests
菜单或者目录路径命名重复,直接导致路由name重复,在代码中使用了named route情况下,这种重复导致后面的相同name的路由覆盖之前的路由,最终出现出现404问题(菜单路径重复)
还会导致点击目录展开错误问题(目录路径重复)
The text was updated successfully, but these errors were encountered: