feat: 添加用户虚拟机商品管理
Build and Deploy Vue3 / build (push) Successful in 1m40s
Build and Deploy Vue3 / deploy (push) Successful in 1m8s

This commit is contained in:
2026-03-31 15:13:04 +08:00
parent 71d3605f4f
commit c07e09c151
28 changed files with 7143 additions and 621 deletions
+10 -5
View File
@@ -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: [