修复bug

This commit is contained in:
2026-01-30 19:00:31 +08:00
parent fcc976680d
commit 3de5e9ebe9
91 changed files with 4966 additions and 847 deletions

View File

@@ -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: '用户管理',