From 1321b5e8bfd128316a115f7887f5964496747f72 Mon Sep 17 00:00:00 2001 From: Kunagisa <1549184870@qq.com> Date: Wed, 28 May 2025 18:37:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/backend/Dashboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/backend/Dashboard.vue b/src/views/backend/Dashboard.vue index 598ad7d..1b9d43d 100644 --- a/src/views/backend/Dashboard.vue +++ b/src/views/backend/Dashboard.vue @@ -64,7 +64,7 @@ const currentAdminView = ref('event-management') const isMobileSidebarOpen = ref(false) const isAdmin = computed(() => { - return userId.value === '1846172115' || userId.value === '1400429906' + return userId.value === '1846172115' || userId.value === '1400429906' || userId.value === '3422054939' }) onMounted(() => {