龚焕茏
2024-09-06 f3675b97a3c92336084d8f80f8d470fc793ed301
src/router/index.js
@@ -82,6 +82,19 @@
      },
    ],
  },
  {
    path: "/",
    component: Layout,
    redirect: "/session",
    children: [
      {
        path: "/session",
        name: "Session",
        component: () => import("@/views/session/index"),
        meta: { title: "报告", icon: "table" },
      },
    ],
  },
  // {
  //   path: "/educational",
  //   component: Layout,