'-'
zhangwei
2026-01-09 00166508dcdd2efee1c0fe5fde237ba5f1fafbd5
src/router/index.js
@@ -50,7 +50,7 @@
        path: "/examination",
        name: "examination",
        component: () => import("../views/business/examination.vue"),
        meta: { title: "试卷" }
        meta: { title: "考试试卷" }
      },
      {
        path: "/yiyuan",
@@ -62,7 +62,7 @@
        path: "/workbook",
        name: "workbook",
        component: () => import("../views/business/workbook.vue"),
        meta: { title: "作业本" }
        meta: { title: "作业簿册" }
      },
      {
        path: "/assembly",
@@ -84,7 +84,13 @@
        path: "/other",
        name: "other",
        component: () => import("../views/business/other.vue"),
        meta: { title: "其他印刷品" }
        meta: { title: "其它印刷品" }
      },
      {
        path: "/zhizhang",
        name: "zhizhang",
        component: () => import("../views/business/zhizhang.vue"),
        meta: { title: "其它印刷品" }
      },
      {
        path: "/servecustomers",