完成代码路径重构

This commit is contained in:
2026-03-18 08:36:49 +08:00
parent 4041933e42
commit c2cd6dcd95
290 changed files with 866 additions and 38459 deletions

View File

@@ -324,6 +324,15 @@ export const routes: RouteRecord[] = [
auth: ['user-user-level'],
order: 5
},
{
id: 'user_config',
title: '用户配置',
path: '/pages/mall/admin/user/config/index',
componentKey: 'UserMemberConfig',
parentId: 'user',
groupId: 'user-manage',
order: 6
},
// ========== 商品模块 ==========
{