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
复现步骤 第一步,打开系统管理-菜单管理
第二步,新增菜单,菜单类型选择菜单,输入路由路径等信息
第三步,刷新菜单缓存
报错信息 页面空白,发现如下报错
遂将useRenderMenuItem.tsx中第十三行代码改为:return routers && routers 然后页面可以打开了,新配置的一级菜单报错:
预期是要显示仅仅一个一级菜单; 试过了在代码remaining.ts中手写菜单,可是手写的菜单仅仅在首页菜单下,且无法调换顺序,期望将该菜单放在最后边。求助,感谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
复现步骤
第一步,打开系统管理-菜单管理
第二步,新增菜单,菜单类型选择菜单,输入路由路径等信息
第三步,刷新菜单缓存
报错信息
页面空白,发现如下报错
遂将useRenderMenuItem.tsx中第十三行代码改为:return routers && routers
然后页面可以打开了,新配置的一级菜单报错:
预期是要显示仅仅一个一级菜单;
试过了在代码remaining.ts中手写菜单,可是手写的菜单仅仅在首页菜单下,且无法调换顺序,期望将该菜单放在最后边。求助,感谢
The text was updated successfully, but these errors were encountered: