This commit is contained in:
2025-12-08 15:18:37 +08:00
parent 5ea4f2cfe3
commit a09631551b
15 changed files with 1172 additions and 1502 deletions
+29 -61
View File
@@ -5,20 +5,20 @@ export const menus = [
icon: 'DataBoard'
},
{
path : '/ticket',
path: '/ticket',
title: '工单处理',
icon: 'DataBoard'
},
{
path:'/user',
path: '/user',
title: '用户管理',
icon: 'User',
children: [
{
{
path: '/user/list',
title: '用户列表'
},
{
{
path: '/user/balance',
title: '用户余额管理'
},
@@ -45,10 +45,7 @@ export const menus = [
path: '/product/group',
title: '商品分组'
},
{
path: '/product/parameter',
title: '商品参数'
}
]
},
{
@@ -75,36 +72,7 @@ export const menus = [
path: '/marketing/voucher',
title: '代金券管理'
},
{
path: '/marketing/user-distribution',
title: '用户分发管理'
},
{
id: 'discount-goods',
title: '商品关联管理',
path: '/marketing/discount-goods',
badge: 'NEW'
},
{
id: 'discount-users',
title: '用户关联管理',
path: '/marketing/discount-users',
badge: 'NEW'
},
{
id: 'user-info',
title: '用户信息管理',
path: '/marketing/user-info',
badge: 'NEW'
},
{
id: 'user-history',
title: '用户使用记录管理',
path: '/marketing/user-history',
badge: 'NEW'
}
]
},
{
@@ -141,9 +109,9 @@ export const menus = [
{ path: '/acs/images/categories', title: '镜像分类' }
]
},
{
path: '/acs/nodes',
title: '节点管理'
{
path: '/acs/nodes',
title: '节点管理'
},
{
path: '/acs/guacamole',
@@ -158,10 +126,10 @@ export const menus = [
]
},
{
path:'/setting',
title:'全局设置管理',
children:[
{path:'/setting/global',title:'全局设置'}
path: '/setting',
title: '全局设置管理',
children: [
{ path: '/setting/global', title: '全局设置' }
]
}
]
@@ -171,31 +139,31 @@ export const menus = [
title: '系统管理',
icon: 'Setting',
children: [
{
path: '/system/permission',
{
path: '/system/permission',
title: '权限管理',
children: [
{ path: '/system/permission/route', title: '路由权限' },
{ path: '/system/permission/admin', title: '管理员权限' }
]
},
{
path: '/system/file',
title: '文件管理'
{
path: '/system/file',
title: '文件管理'
},
{
path: '/system/domain-whitelist',
title: '域名白名单'
{
path: '/system/domain-whitelist',
title: '域名白名单'
},
{
path: '/system/setting-group',
title: '配置组管理'
{
path: '/system/setting-group',
title: '配置组管理'
},
{
path: '/system/setting-list',
title: '配置管理'
{
path: '/system/setting-list',
title: '配置管理'
}
]
}