From 079d4dfa067baf06b4a9359417d5431b4ef244ed Mon Sep 17 00:00:00 2001 From: whyour Date: Sun, 8 May 2022 10:06:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7=E5=90=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/index.tsx b/src/layouts/index.tsx index 600e1235..a2d0ea8a 100644 --- a/src/layouts/index.tsx +++ b/src/layouts/index.tsx @@ -275,7 +275,7 @@ export default function (props: any) { } /> - admin + {user.username} ) @@ -292,7 +292,7 @@ export default function (props: any) { } /> - admin + {user.username} )}