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 = { @@ -34,6 +34,7 @@ module.exports = {
34 children: [ 34 children: [
35 {title: '版本说明', path: '/version520/'}, 35 {title: '版本说明', path: '/version520/'},
36 {title: '发布', path: '/version520/20220617'}, 36 {title: '发布', path: '/version520/20220617'},
  37 + {title: '首页布局', path: '/version520/indexLayout'},
37 ] 38 ]
38 } 39 }
39 ] 40 ]
  1 +::: tip 首页布局
  2 +layout.html:hg-monitor-web\hg-monitor-web-base\src\main\resources\static\src\views\layout.html<br/>
  3 +layout-nx:hg-monitor-web\hg-monitor-web-base\src\main\resources\static\src\views\layout.html
  4 +:::
  5 +layout:
  6 +<img src="/indexLayout.jpg" >
  7 +layout-nx:
  8 +<img src="/indexLayout-nx.png" >
  9 +
  10 +::: tip 功能数据来源
  11 +菜单功能:`user-center`.`sys_menu`<br/>
  12 +主体卡片:<br/>
  13 + 获取告警统计信息:/api-web/home/alarm/countByAlarmLevel <br/>
  14 + 资源列表:
  15 +:::
  16 +::: tip 搜索条件来源
  17 +字典:<br/>
  18 +逻辑关系:
  19 +:::
  20 +
  21 +
  22 +
  23 +
  24 +