添加文章管理和文章分组页面
This commit is contained in:
@@ -10,9 +10,11 @@ import {
|
||||
DollarSign,
|
||||
DoorClosedIcon,
|
||||
FolderCode,
|
||||
FolderTree,
|
||||
Home,
|
||||
KeyRound,
|
||||
type LucideIcon,
|
||||
Newspaper,
|
||||
Package,
|
||||
ScanSearch,
|
||||
Shield,
|
||||
@@ -217,6 +219,16 @@ const menuSections: { title: string; items: NavItemProps[] }[] = [
|
||||
label: "产品管理",
|
||||
requiredScope: ScopeProductRead,
|
||||
},
|
||||
{
|
||||
href: "/articles",
|
||||
icon: Newspaper,
|
||||
label: "文章管理",
|
||||
},
|
||||
{
|
||||
href: "/article-groups",
|
||||
icon: FolderTree,
|
||||
label: "文章分组",
|
||||
},
|
||||
{
|
||||
href: "/discount",
|
||||
icon: SquarePercent,
|
||||
|
||||
Reference in New Issue
Block a user