删除用户信息下拉菜单图标

This commit is contained in:
jingrow 2025-12-28 20:35:24 +08:00
parent 0b6cd8047e
commit b31473bbac
2 changed files with 0 additions and 4 deletions

View File

@ -192,13 +192,11 @@ const mobileDropdownOptions = computed(() => {
options.push({
label: '切换团队',
key: 'switch-team',
icon: () => h('i', { class: 'i-lucide-command h-4 w-4' }),
});
}
options.push({
label: '退出登录',
key: 'logout',
icon: () => h('i', { class: 'i-lucide-log-out h-4 w-4' }),
});
return options;
});

View File

@ -98,13 +98,11 @@ export default {
options.push({
label: '切换团队',
key: 'switch-team',
icon: () => h('i', { class: 'i-lucide-command h-4 w-4' }),
});
}
options.push({
label: '退出登录',
key: 'logout',
icon: () => h('i', { class: 'i-lucide-log-out h-4 w-4' }),
});
return options;
});