Authored by wangtao

Merge branch 'master-500-dev' of http://113.200.75.45:82/monitor_v3/hg-monitor-w…

…eb into master-500-dev
... ... @@ -34,6 +34,7 @@ module.exports = {
children: [
{title: '版本说明', path: '/version520/'},
{title: '发布', path: '/version520/20220617'},
{title: '首页布局', path: '/version520/indexLayout'},
]
}
]
... ...
::: tip 首页布局
layout.html:hg-monitor-web\hg-monitor-web-base\src\main\resources\static\src\views\layout.html<br/>
layout-nx:hg-monitor-web\hg-monitor-web-base\src\main\resources\static\src\views\layout.html
:::
layout:
<img src="/indexLayout.jpg" >
layout-nx:
<img src="/indexLayout-nx.png" >
::: tip 功能数据来源
菜单功能:`user-center`.`sys_menu`<br/>
主体卡片:<br/>
获取告警统计信息:/api-web/home/alarm/countByAlarmLevel <br/>
资源列表:
:::
::: tip 搜索条件来源
字典:<br/>
逻辑关系:
:::
... ...