src/router/modules/remaining.ts
@@ -22,6 +22,26 @@ } }, { path: "/gonggaoDetail", name: "gonggaoDetail", component: () => import("@/views/home/detail.vue"), meta: { title: "公告详情", showLink: false, rank: 101 } }, { path: "/gonggaoInfo", name: "gonggaoInfo", component: () => import("@/views/home/info.vue"), meta: { title: "公告信息", showLink: false, rank: 101 } }, { path: "/login", name: "Login", component: () => import("@/views/login/index.vue"),