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,