diff --git a/src/config/route.js b/src/config/route.js index bbe19862..e984b6db 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1741,17 +1741,6 @@ const routes = [ }, ], }, - { - path: "/mlog_bx", - name: "mlog_bx", - meta: { - title: "生产执行", - icon: "el-icon-histogram", - type: "menu", - perms: ["wpm_bx"], - }, - component: "wpm_gx/mlog_bx", - }, //检验管理 qm { name: "qm", @@ -1763,6 +1752,16 @@ const routes = [ perms: ["qm"], }, children: [ + { + path: "/qm/testitem_cz", + name: "testitem_cz", + meta: { + title: "操作项", + type: "menu", + perms: ["testitem_cz"], + }, + component: "qm/testitem_cz", + }, { path: "/qm/defect", name: "defect",