修复bug
This commit is contained in:
@@ -12,17 +12,12 @@ export const menuList: MenuItem[] = [
|
||||
id: 'user',
|
||||
title: '用户',
|
||||
icon: '/static/user.svg',
|
||||
path: '/pages/mall/admin/user-management',
|
||||
path: '/pages/mall/admin/user-statistics',
|
||||
groups: [
|
||||
{
|
||||
id: 'user-management',
|
||||
title: '用户管理',
|
||||
children: [
|
||||
{
|
||||
id: 'user-statistics',
|
||||
title: '用户统计',
|
||||
path: '/pages/mall/admin/user-statistics'
|
||||
},
|
||||
{
|
||||
id: 'user-list',
|
||||
title: '用户管理',
|
||||
|
||||
Reference in New Issue
Block a user