From fb45be0243aaddd86a84cc595e16378bac2876f1 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Thu, 02 Nov 2023 14:07:23 +0800
Subject: [PATCH] 图标样式更改
---
src/components/common/sidebar.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/common/sidebar.vue b/src/components/common/sidebar.vue
index d2c60d6..ed0ae79 100644
--- a/src/components/common/sidebar.vue
+++ b/src/components/common/sidebar.vue
@@ -61,7 +61,7 @@
{ key: 4, label: '航线库', path: '/' + ERouterName.WAYLINE, icon: 'NodeIndexOutlined' },
{ key: 5, label: '计划库', path: '/' + ERouterName.TASK, icon: 'CalendarOutlined' },
{ key: 6, label: '设备', path: '/' + ERouterName.IMPLEMENT, icon: 'ClusterOutlined' },
- { key: 7, label: '历史航线', path: '/' + ERouterName.ROUTE_HISTORY, icon: 'NodeIndexOutlined' }
+ { key: 7, label: '历史航线', path: '/' + ERouterName.ROUTE_HISTORY, icon: 'StockOutlined' }
]
const store = useMyStore()
function selectedRoute (item: IOptions) {
--
Gitblit v1.9.3