chore: 注释路由

This commit is contained in:
cnb.aUOqoEV4wEA 2025-11-11 17:48:17 +08:00
parent 0e2f457a95
commit 9053b6db3c

View File

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