Authored by 王涛

Merge branch 'master-500-dev-lushangqing' into 'master-500-dev'

vue-press文档编辑,增加首页布局 #1



See merge request !670
... ... @@ -23,6 +23,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/>
逻辑关系:
:::
... ...