feat: 添加产品管理功能,包括产品列表和添加产品表单

This commit is contained in:
2026-01-19 17:25:48 +07:00
parent 724f0a47e9
commit 9b36a114b3
11 changed files with 310 additions and 17 deletions

View File

@@ -72,5 +72,14 @@ export const generatedRoutes: GeneratedRoute[] = [
constant: true,
hideInMenu: true
}
},
{
name: 'product',
path: '/product',
component: 'layout.base$view.product',
meta: {
title: 'product',
i18nKey: 'route.product'
}
}
];