fix: menu not show in mobile (#90)

This commit is contained in:
Dream Hunter
2024-04-01 13:20:04 +08:00
committed by GitHub
parent 3143c1b7a4
commit 761cda0154

View File

@@ -161,7 +161,7 @@ const menuOptions = computed(() => [
icon: () => h(NIcon, { component: User }),
}
),
show: !!settings.value.address,
show: !!jwt.value,
key: "user",
children: [
{