From fab790bbe64a404d3d9e2b75ed8e8b3bc749d20c Mon Sep 17 00:00:00 2001 From: easy <1358086367@qq.com> Date: Fri, 3 Mar 2023 18:17:06 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E5=8F=B3=E4=B8=8A=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AIcon/index.tsx | 4 + src/components/Layout/components/Notice.vue | 62 +++++++-- .../Layout/components/NoticeInfo.vue | 119 ++++++++++++------ src/components/Layout/components/UserInfo.vue | 12 +- src/store/userInfo.ts | 5 + .../account/NotificationRecord/index.vue | 22 ++-- yarn.lock | 43 ++++++- 7 files changed, 199 insertions(+), 68 deletions(-) diff --git a/src/components/AIcon/index.tsx b/src/components/AIcon/index.tsx index 6f2e9734..dd5e389f 100644 --- a/src/components/AIcon/index.tsx +++ b/src/components/AIcon/index.tsx @@ -70,6 +70,10 @@ const iconKeys = [ 'CaretDownOutlined', 'MinusOutlined', 'AudioOutlined', + 'BellOutlined', + 'UserOutlined', + 'LogoutOutlined', + 'ReadIconOutlined' ] const Icon = (props: {type: string}) => { diff --git a/src/components/Layout/components/Notice.vue b/src/components/Layout/components/Notice.vue index c65d275f..509c502a 100644 --- a/src/components/Layout/components/Notice.vue +++ b/src/components/Layout/components/Notice.vue @@ -1,8 +1,13 @@