diff --git a/admin/src/components/admin-sidebar.tsx b/admin/src/components/admin-sidebar.tsx index 8de4dec..e925725 100644 --- a/admin/src/components/admin-sidebar.tsx +++ b/admin/src/components/admin-sidebar.tsx @@ -87,15 +87,6 @@ export function AdminSidebar({ open, onClose }: Props) { {item.label} ))} - {/* 整页跳转回用户端官网首页(生产同源) */} - - - 返回主页 -
@@ -111,6 +102,10 @@ export function AdminSidebar({ open, onClose }: Props) { )} {resolved === 'dark' ? '浅色模式' : '深色模式'} + {/* 整页跳转回用户端官网首页(生产同源) */} + + 返回主页 +