调整目录结构

This commit is contained in:
2026-02-05 17:59:45 +08:00
parent 151f5a5e1a
commit 6b416e6a0a
17 changed files with 14 additions and 299 deletions

View File

@@ -69,7 +69,7 @@ export const topMenus: TopMenu[] = [
id: 'user',
title: '用户',
icon: 'user',
path: '/pages/mall/admin/user/list',
path: '/pages/mall/admin/user/management/index',
order: 2,
groups: [
{ id: 'user-manage', title: '', order: 1 }
@@ -228,7 +228,7 @@ export const routes: RouteRecord[] = [
{
id: 'user_statistic',
title: '用户统计',
path: '/pages/mall/admin/user/Statistic',
path: '/pages/mall/admin/user/statistics/index',
componentKey: 'UserStatistic',
parentId: 'user',
groupId: 'user-manage',
@@ -238,7 +238,7 @@ export const routes: RouteRecord[] = [
{
id: 'user_list',
title: '用户管理',
path: '/pages/mall/admin/user/list',
path: '/pages/mall/admin/user/management/index',
componentKey: 'UserList',
parentId: 'user',
groupId: 'user-manage',
@@ -248,7 +248,7 @@ export const routes: RouteRecord[] = [
{
id: 'user_group',
title: '用户分组',
path: '/pages/mall/admin/user/group',
path: '/pages/mall/admin/user/grouping/index',
componentKey: 'UserGroup',
parentId: 'user',
groupId: 'user-manage',
@@ -258,7 +258,7 @@ export const routes: RouteRecord[] = [
{
id: 'user_label',
title: '用户标签',
path: '/pages/mall/admin/user/label',
path: '/pages/mall/admin/user/label/index',
componentKey: 'UserLabel',
parentId: 'user',
groupId: 'user-manage',
@@ -268,7 +268,7 @@ export const routes: RouteRecord[] = [
{
id: 'user_level',
title: '用户等级',
path: '/pages/mall/admin/user/level',
path: '/pages/mall/admin/user/level/index',
componentKey: 'UserLevel',
parentId: 'user',
groupId: 'user-manage',