diff --git a/src/router/routes.ts b/src/router/routes.ts index 8950d82..da316a5 100644 --- a/src/router/routes.ts +++ b/src/router/routes.ts @@ -123,6 +123,15 @@ export const routes: Array = [ access: ACCESS_ENMU.NOT_LOGIN, icon:IconUserGroup }, + },{ + path: "/forum/post/:id", + name: "帖子详细", + component: () => import("../views/forum/PostDetail.vue"), + meta: { + hidden: true, + access: ACCESS_ENMU.NOT_LOGIN, + icon:IconUserGroup + }, }, { path: "/noauth", diff --git a/src/views/forum/ForumView.vue b/src/views/forum/ForumView.vue index 16c5ef6..5ca6f6a 100644 --- a/src/views/forum/ForumView.vue +++ b/src/views/forum/ForumView.vue @@ -32,16 +32,16 @@