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