feat: 完成采购,视频分析模块

This commit is contained in:
fyy
2025-07-27 17:42:43 +08:00
parent 08b738f0f4
commit 3d7ddf3ed8
45 changed files with 5349 additions and 166 deletions

View File

@@ -38,15 +38,15 @@ export const localMenuList: RouteRecordStringComponent[] = [
title: '首页',
},
},
{
component: '/_core/about/index',
meta: {
icon: 'lucide:copyright',
order: 9999,
title: $t('demos.vben.about'),
},
name: 'About',
path: '/vben-admin/about',
},
// {
// component: '/_core/about/index',
// meta: {
// icon: 'lucide:copyright',
// order: 9999,
// title: $t('demos.vben.about'),
// },
// name: 'About',
// path: '/vben-admin/about',
// },
...localRoutes,
];