From cf814e81ee1b7542ca0dbb49865330a457010f59 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Fri, 23 May 2025 16:41:33 +0800 Subject: [PATCH] chore: delete alkaid route --- .../src/layouts/full/vertical-sidebar/sidebarItem.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/src/layouts/full/vertical-sidebar/sidebarItem.ts b/dashboard/src/layouts/full/vertical-sidebar/sidebarItem.ts index e8f49c741..f541d1d91 100644 --- a/dashboard/src/layouts/full/vertical-sidebar/sidebarItem.ts +++ b/dashboard/src/layouts/full/vertical-sidebar/sidebarItem.ts @@ -65,11 +65,11 @@ const sidebarItem: menu[] = [ icon: 'mdi-console', to: '/console' }, - { - title: 'Alkaid', - icon: 'mdi-test-tube', - to: '/alkaid' - }, + // { + // title: 'Alkaid', + // icon: 'mdi-test-tube', + // to: '/alkaid' + // }, { title: '关于', icon: 'mdi-information',