From 9053b6db3ce5b51051e7982b72efe0645f3e40a2 Mon Sep 17 00:00:00 2001 From: "cnb.aUOqoEV4wEA" Date: Tue, 11 Nov 2025 17:48:17 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B3=A8=E9=87=8A=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/router/routes/modules/things.ts | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/web-tdesign/src/router/routes/modules/things.ts b/apps/web-tdesign/src/router/routes/modules/things.ts index e88d4580..4b9fccf5 100644 --- a/apps/web-tdesign/src/router/routes/modules/things.ts +++ b/apps/web-tdesign/src/router/routes/modules/things.ts @@ -29,16 +29,16 @@ const routes: RouteRecordRaw[] = [ fullPathKey: false, }, }, - { - name: 'Flow', - path: '/flow', - component: () => import('#/views/things/flow/index.vue'), - meta: { - icon: 'lucide:area-chart', - title: '同步管理', - fullPathKey: false, - }, - }, + // { + // name: 'Flow', + // path: '/flow', + // component: () => import('#/views/things/flow/index.vue'), + // meta: { + // icon: 'lucide:area-chart', + // title: '同步管理', + // fullPathKey: false, + // }, + // }, ], }, ];