diff --git a/hg-monitor-web-base/src/main/resources/static/src/views/layout-nx.html b/hg-monitor-web-base/src/main/resources/static/src/views/layout-nx.html index 9ed1eeb..0292fc3 100644 --- a/hg-monitor-web-base/src/main/resources/static/src/views/layout-nx.html +++ b/hg-monitor-web-base/src/main/resources/static/src/views/layout-nx.html @@ -71,9 +71,9 @@ data-serious="{{item.serious}}" data-important="{{item.important}}" data-normal="{{item.normal}}" lay-filter="layadmin-app"> <!--lsq 右上角点击跳转到活动告警 2022-08-31--> - <a href="javascript:;" lay-href="{{ '/alarm/activewarning/restype=' + item.resType }}">{{item.resTypeName}} - {{# if(alarmCount!=0){ }}<span - class="layui-badge">{{alarmCount}}</span> + <a href="javascript:;" lay-href="{{ '/biz/list/restype=' + item.resType }}">{{item.resTypeName}} + {{# if(alarmCount!=0){ }} + <a href="javascript:;" lay-href="{{'/alarm/activewarning/restype=' + item.resType}}"><span class="layui-badge" >{{alarmCount}}</span></a> {{# } }} </a> </li>