mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 18:15:56 +08:00
Pre Merge pull request !443 from GXRoger/5.X
This commit is contained in:
commit
448e289f74
@ -116,7 +116,7 @@ public class SysMenu extends BaseEntity {
|
||||
* 获取路由名称
|
||||
*/
|
||||
public String getRouteName() {
|
||||
String routerName = StringUtils.capitalize(path);
|
||||
String routerName = StringUtils.capitalize(path) + menuId;
|
||||
// 非外链并且是一级目录(类型为目录)
|
||||
if (isMenuFrame()) {
|
||||
routerName = StringUtils.EMPTY;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user