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, fullPathKey: false,
}, },
}, },
{ // {
name: 'Flow', // name: 'Flow',
path: '/flow', // path: '/flow',
component: () => import('#/views/things/flow/index.vue'), // component: () => import('#/views/things/flow/index.vue'),
meta: { // meta: {
icon: 'lucide:area-chart', // icon: 'lucide:area-chart',
title: '同步管理', // title: '同步管理',
fullPathKey: false, // fullPathKey: false,
}, // },
}, // },
], ],
}, },
]; ];