统一登录页品牌样式

This commit is contained in:
yml2213
2026-08-02 16:59:26 +08:00
parent 40885c39b7
commit 1dd92ec10c
2 changed files with 103 additions and 41 deletions
+2 -6
View File
@@ -9,11 +9,7 @@ import type { MenuProps } from 'antd'
import { Outlet, useLocation, useNavigate } from 'react-router'
import { logoutWorker } from '@/services/worker'
import {
clearWorkerSession,
getWorkerStatus,
getWorkerUsername,
} from '@/utils/worker-auth'
import { clearWorkerSession, getWorkerStatus, getWorkerUsername } from '@/utils/worker-auth'
const menuItems: MenuProps['items'] = [
{ key: '/worker/hall', icon: <ShoppingOutlined />, label: '抢单大厅' },
@@ -46,7 +42,7 @@ export default function WorkerLayout() {
<div className="admin-sider-inner">
<div className="admin-brand">
<div className="admin-brand-copy">
<strong></strong>
<strong></strong>
<span></span>
</div>
</div>