后台
This commit is contained in:
parent
88a0f04a4f
commit
1321b5e8bf
@ -64,7 +64,7 @@ const currentAdminView = ref('event-management')
|
|||||||
const isMobileSidebarOpen = ref(false)
|
const isMobileSidebarOpen = ref(false)
|
||||||
|
|
||||||
const isAdmin = computed(() => {
|
const isAdmin = computed(() => {
|
||||||
return userId.value === '1846172115' || userId.value === '1400429906'
|
return userId.value === '1846172115' || userId.value === '1400429906' || userId.value === '3422054939'
|
||||||
})
|
})
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user