From 3f033bfdec92bba11f5de4314f368bc4157cde63 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 26 Dec 2024 22:35:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20menu.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/menu.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/menu.ts b/src/router/menu.ts index 5d25023f..1378c958 100644 --- a/src/router/menu.ts +++ b/src/router/menu.ts @@ -58,7 +58,7 @@ export const SystemNavMenus = [ }, { title: '媒体整理', - icon: 'mdi-filmstrip-box-multiple', + icon: 'mdi-folder-play-outline', to: '/history', header: '整理', admin: true,