mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
15 lines
197 B
TypeScript
15 lines
197 B
TypeScript
export const useAvatarOptions = () => [
|
|
{
|
|
key: 'person',
|
|
label: '个人信息',
|
|
},
|
|
{
|
|
type: 'divider',
|
|
key: 'd1',
|
|
},
|
|
{
|
|
key: 'logout',
|
|
label: '退出登陆',
|
|
},
|
|
]
|