龚焕茏
2024-09-11 04ac5e8ca9a79106fcb146dbb6b6a0d4d09a704b
src/router/index.js
@@ -82,6 +82,19 @@
      },
    ],
  },
  {
    path: "/",
    component: Layout,
    redirect: "/class",
    children: [
      {
        path: "/class",
        name: "Class",
        component: () => import("@/views/class/index"),
        meta: { title: "班级", icon: "table" },
      },
    ],
  },
  // {
  //   path: "/educational",
  //   component: Layout,