|
@@ -219,6 +219,9 @@ public class SysMenuServiceImpl implements ISysMenuService
|
|
String redirect = cMenus.get(0).getComponent();
|
|
String redirect = cMenus.get(0).getComponent();
|
|
Integer index = redirect.indexOf("/",2);
|
|
Integer index = redirect.indexOf("/",2);
|
|
redirect =redirect.substring(index,redirect.length());
|
|
redirect =redirect.substring(index,redirect.length());
|
|
|
|
+ if (!menu.getMenuName().equals("告警管理")){
|
|
|
|
+ redirect = redirect.replaceAll("/index", "");
|
|
|
|
+ }
|
|
router.setRedirect(redirect);
|
|
router.setRedirect(redirect);
|
|
if (0 == affix){
|
|
if (0 == affix){
|
|
metaVo.setAffix(true);
|
|
metaVo.setAffix(true);
|