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, + // }, + // }, ], }, ];