diff --git a/src/layouts/components/RightContent.vue b/src/layouts/components/RightContent.vue index c7d46300..76bdeef0 100644 --- a/src/layouts/components/RightContent.vue +++ b/src/layouts/components/RightContent.vue @@ -8,6 +8,7 @@ import useAppStore from '@/store/modules/app'; import useUserStore from '@/store/modules/user'; import useAlarmStore from '@/store/modules/alarm'; import useLockedStore from '@/store/modules/locked'; +import { hasPermissions } from '@/plugins/auth-user'; const { isFullscreen, toggle } = useFullscreen(); const { t, changeLocale, optionsLocale } = useI18n(); const lockedStore = useLockedStore(); @@ -107,8 +108,7 @@ function fnChangeLocale(e: any) { {{ t('i18n') }}