统一登录页品牌样式
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user