添加后端评论的管理页面

This commit is contained in:
2024-07-02 22:18:16 +08:00
parent 60c1a495f2
commit 73eb288d3c
18 changed files with 198 additions and 22 deletions

View File

@@ -35,6 +35,25 @@ const options: MenuOption[] = [
),
key: "admin problem create",
},
{label: "交流", key: "communication", disabled: true},
{
label: () =>
h(
RouterLink,
{ to: "/admin/comment/list" },
{ default: () => "评论列表" },
),
key: "admin comment list",
},
{
label: () =>
h(
RouterLink,
{ to: "/admin/message/list" },
{ default: () => "消息列表" },
),
key: "admin message list",
},
{ label: "用户", key: "user", disabled: true },
{
label: () =>