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