zhanghua
2024-11-05 5fb67b6436f1d0a5e5f2035e59845b6ef9e0d7d5
src/router/index.js
@@ -43,32 +43,32 @@
    hidden: true,
  },
  {
    path: "/",
    component: Layout,
    redirect: "/home",
    children: [
      {
        path: "home",
        name: "home",
        component: () => import("@/views/home/index"),
        meta: { title: "首页", icon: "dashboard" },
      },
    ],
  },
  {
    path: "/",
    component: Layout,
    redirect: "/curriculum",
    children: [
      {
        path: "/curriculum",
        name: "Curriculum",
        component: () => import("@/views/curriculum/index"),
        meta: { title: "课表", icon: "table" },
      },
    ],
  },
  // {
  //   path: "/",
  //   component: Layout,
  //   redirect: "/home",
  //   children: [
  //     {
  //       path: "home",
  //       name: "home",
  //       component: () => import("@/views/home/index"),
  //       meta: { title: "首页", icon: "dashboard" },
  //     },
  //   ],
  // },
  // {
  //   path: "/",
  //   component: Layout,
  //   redirect: "/curriculum",
  //   children: [
  //     {
  //       path: "/curriculum",
  //       name: "Curriculum",
  //       component: () => import("@/views/curriculum/index"),
  //       meta: { title: "课表", icon: "table" },
  //     },
  //   ],
  // },
  {
    path: "/",
    component: Layout,
@@ -78,7 +78,7 @@
        path: "/student",
        name: "Student",
        component: () => import("@/views/student/index"),
        meta: { title: "学员", icon: "table" },
        meta: { title: "学员列表", icon: "table" },
      },
    ],
  },
@@ -91,7 +91,7 @@
        path: "/class",
        name: "Class",
        component: () => import("@/views/class/index"),
        meta: { title: "班级", icon: "table" },
        meta: { title: "班级列表", icon: "table" },
      },
    ],
  },