删除用户信息下拉菜单图标
This commit is contained in:
parent
0b6cd8047e
commit
b31473bbac
@ -192,13 +192,11 @@ const mobileDropdownOptions = computed(() => {
|
|||||||
options.push({
|
options.push({
|
||||||
label: '切换团队',
|
label: '切换团队',
|
||||||
key: 'switch-team',
|
key: 'switch-team',
|
||||||
icon: () => h('i', { class: 'i-lucide-command h-4 w-4' }),
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
options.push({
|
options.push({
|
||||||
label: '退出登录',
|
label: '退出登录',
|
||||||
key: 'logout',
|
key: 'logout',
|
||||||
icon: () => h('i', { class: 'i-lucide-log-out h-4 w-4' }),
|
|
||||||
});
|
});
|
||||||
return options;
|
return options;
|
||||||
});
|
});
|
||||||
|
|||||||
@ -98,13 +98,11 @@ export default {
|
|||||||
options.push({
|
options.push({
|
||||||
label: '切换团队',
|
label: '切换团队',
|
||||||
key: 'switch-team',
|
key: 'switch-team',
|
||||||
icon: () => h('i', { class: 'i-lucide-command h-4 w-4' }),
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
options.push({
|
options.push({
|
||||||
label: '退出登录',
|
label: '退出登录',
|
||||||
key: 'logout',
|
key: 'logout',
|
||||||
icon: () => h('i', { class: 'i-lucide-log-out h-4 w-4' }),
|
|
||||||
});
|
});
|
||||||
return options;
|
return options;
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user