vue-press文档编辑,增加首页布局 #1
Showing
4 changed files
with
25 additions
and
0 deletions
@@ -23,6 +23,7 @@ module.exports = { | @@ -23,6 +23,7 @@ module.exports = { | ||
23 | children: [ | 23 | children: [ |
24 | {title: '版本说明', path: '/version520/'}, | 24 | {title: '版本说明', path: '/version520/'}, |
25 | {title: '发布', path: '/version520/20220617'}, | 25 | {title: '发布', path: '/version520/20220617'}, |
26 | + {title: '首页布局', path: '/version520/indexLayout'}, | ||
26 | ] | 27 | ] |
27 | } | 28 | } |
28 | ] | 29 | ] |

272 KB
docs/docs/.vuepress/public/indexLayout.jpg
0 → 100644

207 KB
docs/docs/version520/indexLayout.md
0 → 100644
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 | + |
-
Please register or login to post a comment