添加后端评论的管理页面

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

@@ -182,5 +182,15 @@ export const admins: RouteRecordRaw = {
component: () => import("admin/announcement/detail.vue"),
props: true,
},
{
path: "comment/list",
name: "admin comment list",
component: () => import("admin/communication/comments.vue"),
},
{
path: "message/list",
name: "admin message list",
component: () => import("admin/communication/messages.vue"),
},
],
}