feat: 添加用户虚拟机商品管理
This commit is contained in:
+10
-5
@@ -39,10 +39,16 @@ export const menus = [
|
||||
title: '商品管理',
|
||||
icon: 'Goods',
|
||||
children: [
|
||||
{
|
||||
path: '/product/manage',
|
||||
title: '商品管理'
|
||||
}
|
||||
{ path: '/product/manage', title: '商品管理' }
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/user-goods',
|
||||
title: '用户商品管理',
|
||||
icon: 'ShoppingCart',
|
||||
children: [
|
||||
{ path: '/user-goods/list', title: '所有商品' },
|
||||
{ path: '/user-goods/vm-list', title: '云计算平台' }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -136,7 +142,6 @@ export const menus = [
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/virtualization',
|
||||
title: '虚拟化平台管理',
|
||||
icon: 'Platform',
|
||||
children: [
|
||||
|
||||
Reference in New Issue
Block a user