Remove notification bell icon from homepage header

This commit is contained in:
jingrow 2025-12-21 18:39:19 +08:00
parent bbf4527a12
commit 37350a07e1

View File

@ -755,13 +755,8 @@ onUnmounted(() => {
<n-button quaternary @click="handleSignup">注册</n-button>
<n-button type="primary" @click="handleLogin" class="login-btn">登录</n-button>
</template>
<!-- 已登录状态显示通知和用户菜单 -->
<!-- 已登录状态显示用户菜单 -->
<template v-else>
<n-button quaternary circle>
<template #icon>
<Icon icon="tabler:bell" />
</template>
</n-button>
<UserMenu />
</template>
</n-space>