From 0c6b54df2f37743c29b4f345ccfed1aa45881405 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 25 Apr 2025 16:14:01 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=85=89=E5=AD=90=E6=A3=80?= =?UTF-8?q?=E9=AA=8C=E7=AE=A1=E7=90=86->=E6=88=90=E5=93=81=E6=A3=80?= =?UTF-8?q?=E9=AA=8C=E9=9A=90=E8=97=8F=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/route.js b/src/config/route.js index e984b6db..5d3dd2c1 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1867,6 +1867,7 @@ const routes = [ title: "成品检验", // icon: "el-icon-cellphone", perms: ["producttest"], + hidden: true, }, component: "qm/product", },