add announcement.

This commit is contained in:
2023-12-22 13:11:09 +08:00
parent 2bcc09c5fb
commit b921c65ed5
4 changed files with 88 additions and 0 deletions

View File

@@ -70,6 +70,10 @@ export const ojs: RouteRecordRaw = {
component: () => import("oj/rank/list.vue"),
beforeEnter: loadChart,
},
{
path: "announcement",
component: () => import("oj/announcement/list.vue"),
},
{
path: "user",
component: () => import("oj/user/index.vue"),