mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
feat(UserProfile): 添加功能视图菜单
This commit is contained in:
@@ -113,6 +113,13 @@ const userLevel = computed(() => store.state.auth.level)
|
|||||||
<VListItemTitle>个人信息</VListItemTitle>
|
<VListItemTitle>个人信息</VListItemTitle>
|
||||||
</VListItem>
|
</VListItem>
|
||||||
|
|
||||||
|
<VListItem link @click="router.push('/apps')">
|
||||||
|
<template #prepend>
|
||||||
|
<VIcon class="me-2" icon="mdi-view-grid-outline" size="22" />
|
||||||
|
</template>
|
||||||
|
<VListItemTitle>功能视图</VListItemTitle>
|
||||||
|
</VListItem>
|
||||||
|
|
||||||
<!-- 👉 Site Auth -->
|
<!-- 👉 Site Auth -->
|
||||||
<VListItem v-if="userLevel < 2 && superUser" link @click="showSiteAuthDialog">
|
<VListItem v-if="userLevel < 2 && superUser" link @click="showSiteAuthDialog">
|
||||||
<template #prepend>
|
<template #prepend>
|
||||||
|
|||||||
Reference in New Issue
Block a user