From 813c7ee1aa8a2e240cc23659f95a4a6d8710537c Mon Sep 17 00:00:00 2001 From: Pine Date: Thu, 27 Aug 2026 19:43:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(web):=20=E9=A1=B5=E7=9C=89=E5=AF=B9=20serv?= =?UTF-8?q?ice=20=E8=A7=92=E8=89=B2=E6=98=BE=E7=A4=BA=E3=80=8C=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E4=B8=AD=E5=BF=83=E3=80=8D=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/src/components/organisms/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/components/organisms/index.jsx b/website/src/components/organisms/index.jsx index 111698b..0b0d7b8 100644 --- a/website/src/components/organisms/index.jsx +++ b/website/src/components/organisms/index.jsx @@ -35,6 +35,7 @@ export function Header({ active }) { ) : ( <> + {user && user.role === 'service' && 企业中心} {user && {user.name}} 个人中心