| | |
| | | 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, |
| | |
| | | path: "/student", |
| | | name: "Student", |
| | | component: () => import("@/views/student/index"), |
| | | meta: { title: "学员", icon: "table" }, |
| | | meta: { title: "学员列表", icon: "table" }, |
| | | }, |
| | | ], |
| | | }, |
| | |
| | | path: "/class", |
| | | name: "Class", |
| | | component: () => import("@/views/class/index"), |
| | | meta: { title: "班级", icon: "table" }, |
| | | meta: { title: "班级列表", icon: "table" }, |
| | | }, |
| | | ], |
| | | }, |