authorized fix keycloak sidebarItem

This commit is contained in:
2025-07-08 14:07:05 +07:00
parent 78b75999ea
commit 25f4b8cac7
16 changed files with 1183 additions and 969 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { computed } from 'vue';
import * as themeColors from '@/theme/LightTheme';
import * as DarkThemeColors from '@/theme/DarkTheme';
import { useCustomizerStore } from '@/stores/customizer';
import { useCustomizerStore } from '@/store/customizer';
const custmizer = useCustomizerStore();
+4
View File
@@ -23,4 +23,8 @@ export function timestampToDate(timestamp: number, locale: string, options = {})
timeZoneName: 'short',
...options
});
}
export function getTimetoMilis() {
return Math.floor(Date.now() / 1000)
}