chore: 注释路由
This commit is contained in:
parent
0e2f457a95
commit
9053b6db3c
@ -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,
|
||||
// },
|
||||
// },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user