Skip to content

Commit 1cc9799

Browse files
committed
修改图标
1 parent 628fe54 commit 1cc9799

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/routes.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {
44
Box,
55
Boxes,
66
Columns,
7+
Factory,
78
FileText,
89
Gauge,
910
Globe,
@@ -23,6 +24,7 @@ import {
2324
Share2,
2425
Shield,
2526
ShieldCheck,
27+
Siren, Sprout,
2628
Square,
2729
Table,
2830
TrendingUp,
@@ -56,9 +58,9 @@ const routeSetting: NavItem[] = [
5658
{ key: "normal", title: "menu.dashboard.normal", icon: Gauge },
5759
{ key: "network-security", title: "menu.dashboard.network-security", icon: ShieldCheck },
5860
{ key: "military-situational-awareness", title: "menu.dashboard.military-situational-awareness", icon: Shield },
59-
{ key: "disaster-command", title: "menu.dashboard.disaster-command", icon: Gauge },
60-
{ key: "agriculture-forestry", title: "menu.dashboard.agriculture-forestry", icon: Gauge },
61-
{ key: "industrial", title: "menu.dashboard.industrial", icon: Gauge },
61+
{ key: "disaster-command", title: "menu.dashboard.disaster-command", icon: Siren },
62+
{ key: "agriculture-forestry", title: "menu.dashboard.agriculture-forestry", icon: Sprout },
63+
{ key: "industrial", title: "menu.dashboard.industrial", icon: Factory },
6264
],
6365
},
6466
{

0 commit comments

Comments
 (0)