fix
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-09-25 18:48:50 +08:00
parent efbca0e802
commit aa4309b2fd

View File

@@ -33,6 +33,11 @@ const options = computed<MenuOption[]>(() => {
label: () => h(RouterLink, { to: "/admin" }, { default: () => "管理" }),
key: "admin home",
},
{
label: () =>
h(RouterLink, { to: "/admin/config" }, { default: () => "设置" }),
key: "admin config",
},
{
label: () =>
h(
@@ -51,11 +56,6 @@ const options = computed<MenuOption[]>(() => {
),
key: "admin contest list",
},
{
label: () =>
h(RouterLink, { to: "/admin/config" }, { default: () => "设置" }),
key: "admin config",
},
{
label: () =>
h(RouterLink, { to: "/admin/user/list" }, { default: () => "用户" }),