From aec3611f5109586e3cd2c73e468078e0309d439e Mon Sep 17 00:00:00 2001 From: yuyang Date: Fri, 10 Jun 2022 10:51:50 +0800 Subject: [PATCH] chore: fix incorrect content (#167) --- src/pages/user/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/user/constants.ts b/src/pages/user/constants.ts index 5818854..7fdc255 100644 --- a/src/pages/user/constants.ts +++ b/src/pages/user/constants.ts @@ -21,10 +21,10 @@ export const USER_INFO_LIST = [ }, { title: '直属上级', - content: 'Account@qq.com', + content: 'Michael Wang', }, { - title: '直属上级', + title: '职位', content: '高级 UI 设计师', }, {