From 865ef1e3834c479cefdd7b9858d7cfc4e0fc9f5a Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Sun, 13 Oct 2024 12:11:02 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E5=B7=A5=E5=85=B7=E7=AE=B1):=20=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E9=A1=B5=E9=9D=A2=E8=B7=AF=E7=94=B1=E7=94=9F=E6=88=90?= =?UTF-8?q?=E9=80=BB=E8=BE=91=EF=BC=8C=E4=B8=8D=E8=B7=B3=E8=BF=87=E6=9C=AA?= =?UTF-8?q?=E5=90=AF=E7=94=A8=E7=9A=84=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/toolbox-data.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/assets/js/toolbox-data.js b/src/assets/js/toolbox-data.js index 26a55ac..a201496 100644 --- a/src/assets/js/toolbox-data.js +++ b/src/assets/js/toolbox-data.js @@ -267,10 +267,10 @@ export function getToolboxRoutes() { toolList.forEach((categoryItem) => { categoryItem.items.forEach((toolItem) => { - // 跳过未启用的工具 - if (!toolItem.enabled) { - return; - } + // // 跳过未启用的工具 + // if (!toolItem.enabled) { + // return; + // } routes.push({ path: `/toolbox-view/${toolItem.id}`,