feat: award页面
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user