feat: 添加产品管理功能,包括产品列表和添加产品表单
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user