| | |
| | | path: "/examination", |
| | | name: "examination", |
| | | component: () => import("../views/business/examination.vue"), |
| | | meta: { title: "试卷" } |
| | | meta: { title: "考试试卷" } |
| | | }, |
| | | { |
| | | path: "/yiyuan", |
| | |
| | | path: "/workbook", |
| | | name: "workbook", |
| | | component: () => import("../views/business/workbook.vue"), |
| | | meta: { title: "作业本" } |
| | | meta: { title: "作业簿册" } |
| | | }, |
| | | { |
| | | path: "/assembly", |
| | |
| | | path: "/other", |
| | | name: "other", |
| | | component: () => import("../views/business/other.vue"), |
| | | meta: { title: "其他印刷品" } |
| | | meta: { title: "其它印刷品" } |
| | | }, |
| | | { |
| | | path: "/servecustomers", |