jxxghp
2025-06-16 14:07:45 +08:00
parent 667693902f
commit df4c3c7676

View File

@@ -391,7 +391,7 @@ onUnmounted(() => {
<VListItemTitle>{{ t('user.profile') }}</VListItemTitle>
</VListItem>
<VListItem link @click="router.push('/setting')" class="mb-1 rounded-lg" hover>
<VListItem v-if="superUser" link @click="router.push('/setting')" class="mb-1 rounded-lg" hover>
<template #prepend>
<VIcon icon="mdi-cog-outline" />
</template>