Skip to content

Commit b50371a

Browse files
committed
fix menus
1 parent a48e824 commit b50371a

File tree

3 files changed

+601
-574
lines changed

3 files changed

+601
-574
lines changed

admin-pro-ui/src/config/menus.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,14 @@ export const menus = [
1818
{
1919
path: '/flow',
2020
name: '流程',
21-
icon: "SmileOutlined",
21+
icon: "CiOutlined",
2222
page: 'flow',
23+
},
24+
{
25+
path: '/form',
26+
name: '表单',
27+
icon: "FormOutlined",
28+
page: 'form',
2329
}
2430
]
2531

0 commit comments

Comments
 (0)