feat: award页面

This commit is contained in:
2026-01-12 17:23:25 +08:00
parent 3fa7d407d2
commit a8510445cd
11 changed files with 260 additions and 0 deletions

View File

@@ -418,6 +418,14 @@ const routes: Array<RouteRecordRaw> = [
},
component: () => import("@/views/userManual.vue"),
},
{
path: "/award",
name: "award",
meta: {
enter: "all",
},
component: () => import("@/views/AwardPage/index.vue"),
},
{
path: "/:catchAll(.*)",
redirect: "/404",