mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-06 08:06:43 +08:00
fix
This commit is contained in:
@@ -43,7 +43,6 @@ const logout = () => {
|
|||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
loadAccountInfo();
|
loadAccountInfo();
|
||||||
});
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@@ -72,7 +71,9 @@ onMounted(() => {
|
|||||||
</VListItemAction>
|
</VListItemAction>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<VListItemTitle class="font-weight-semibold" v-show="accountInfo.is_superuser"> 管理员 </VListItemTitle>
|
<VListItemTitle class="font-weight-semibold">
|
||||||
|
{{ accountInfo.is_superuser ? "管理员" : "普通用户" }}
|
||||||
|
</VListItemTitle>
|
||||||
<VListItemSubtitle>{{ accountInfo.name }}</VListItemSubtitle>
|
<VListItemSubtitle>{{ accountInfo.name }}</VListItemSubtitle>
|
||||||
</VListItem>
|
</VListItem>
|
||||||
<VDivider class="my-2" />
|
<VDivider class="my-2" />
|
||||||
|
|||||||
Reference in New Issue
Block a user