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,