完成代码路径重构
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
// ========== 商品模块 ==========
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user