Commit 828be4d6 authored by nick zheng's avatar nick zheng

chore: 隐藏个人设置入口

parent 0d05de2e
......@@ -2,7 +2,7 @@
import { computed, h, ref, watchEffect } from 'vue'
import { useRoute, useRouter } from 'vue-router'
import { useI18n } from 'vue-i18n'
import { Plus, Logout, Me } from '@icon-park/vue-next'
import { Plus, Me } from '@icon-park/vue-next'
import type { MenuOption } from 'naive-ui'
import { useUserStore } from '@/store/modules/user'
// import LanguageSetting from '@/components/language-setting/language-setting.vue'
......@@ -52,11 +52,11 @@ const userConfigOptions = computed(() => {
key: 'PersonalSettings',
icon: () => h(Me, { theme: 'outline', size: 14, strokeWidth: 3 }),
},
{
label: () => h('div', t('common_module.logout')),
key: 'Logout',
icon: () => h(Logout, { theme: 'outline', size: 14, strokeWidth: 3 }),
},
// {
// label: () => h('div', t('common_module.logout')),
// key: 'Logout',
// icon: () => h(Logout, { theme: 'outline', size: 14, strokeWidth: 3 }),
// },
]
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment