From 0113d7a9efb46f0bd811c7cc255d6e93805519c0 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 15 Jul 2025 15:16:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E4=B8=AD=E6=A3=80?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 39 ++++----------------------------------- 1 file changed, 4 insertions(+), 35 deletions(-) diff --git a/src/config/route.js b/src/config/route.js index 639c0866..496277e0 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1821,16 +1821,6 @@ const routes = [ }, component: "qm/process", }, - { - name: "qmProcess_gx", - path: "/qm/qmProcess_gx", - meta: { - title: "过程自检", - // icon: "el-icon-cellphone", - perms: ["ptest_gx"], - }, - component: "qm/process_gx", - }, { name: "qmProcess2", path: "/qm/qmProcess2", @@ -1872,35 +1862,14 @@ const routes = [ component: "qm/product", }, { - name: "products_cc", - path: "/qm/products_cc", + name: "product_middle", + path: "/qm/product_middle", meta: { - title: "尺寸检验", - // icon: "el-icon-cellphone", - perms: ["productstest_cc"], - }, - component: "qm/products_cc", - }, - { - name: "products_wg", - path: "/qm/products_wg", - meta: { - title: "外观检验", - // icon: "el-icon-cellphone", - perms: ["productstest_wg"], - }, - component: "qm/products_wg", - }, - { - name: "productDetail", - path: "/qm/productDetail", - meta: { - title: "成品检验", + title: "中检记录", // icon: "el-icon-cellphone", perms: ["producttest"], - hidden: true, }, - component: "qm/productCheck", + component: "qm/product_middle", }, ], },