龚焕茏
2024-09-10 8871c2d3fbeec1a3dd5c29ea3e3de2c865959809
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,