Commit 5d34246b authored by lixy's avatar lixy

会员录入-路由

parent 59899f38
......@@ -335,6 +335,12 @@ export const asyncRouterMap = [{
component: _import('vehicle/vehicleUpkeepLog/index'),
name: '车辆保养记录',
authority: 'vehicleUpkeepLog'
},
{
path: 'vehicleSchedulManage',
component: _import('vehicle/vehicleSchedulManage/index'),
name: '车辆排班管理',
authority: 'vehicleSchedulManage'
}
]
},
......@@ -386,67 +392,72 @@ export const asyncRouterMap = [{
}
]
},
{
path: '/purseManage',
component: Layout,
name: '钱包管理',
icon: 'setting',
authority: 'purseManage',
children: [
{
path: 'incomeOverview',
component: _import('purseManage/incomeOverview'),
name: '收益总览',
authority: 'incomeOverview'
},
{
path: 'gainRecord',
component: _import('purseManage/gainRecord'),
name: '收益记录',
authority: 'gainRecord'
},
{
path: 'commissionSettings',
component: _import('purseManage/commissionSettings'),
name: '佣金设置比例',
authority: 'commissionSettings'
}
]
},
, {
path: '/userManagement',
component: Layout,
name: '用户管理',
icon: 'setting',
authority: 'userManagement',
children: [
{
path: 'userList',
component: _import('userManagement/userList/index'),
name: '用户列表',
authority: 'userList'
},
{
path: 'memberManagement',
component: _import('userManagement/memberManagement/index'),
name: '会员管理',
authority: 'memberManagement'
}
]
},
{
path: '/appManagement',
component: Layout,
name: 'app管理',
icon: 'setting',
authority: 'appManagement',
children: [
{
path: 'appVersion',
component: _import('appManagement/appVersion/index'),
name: 'app版本管理',
authority: 'appVersion'
}
]
}
];
{
path: '/purseManage',
component: Layout,
name: '钱包管理',
icon: 'setting',
authority: 'purseManage',
children: [
{
path: 'incomeOverview',
component: _import('purseManage/incomeOverview'),
name: '收益总览',
authority: 'incomeOverview'
},
{
path: 'gainRecord',
component: _import('purseManage/gainRecord'),
name: '收益记录',
authority: 'gainRecord'
},
{
path: 'commissionSettings',
component: _import('purseManage/commissionSettings'),
name: '佣金设置比例',
authority: 'commissionSettings'
}
]
},
{
path: '/userManagement',
component: Layout,
name: '用户管理',
icon: 'setting',
authority: 'userManagement',
children: [
{
path: 'userList',
component: _import('userManagement/userList/index'),
name: '用户列表',
authority: 'userList'
},
{
path: 'memberManagement',
component: _import('userManagement/memberManagement/index'),
name: '会员管理',
authority: 'memberManagement'
},
{
path: 'memberEnter',
component: _import('userManagement/memberEnter'),
name: '会员录入',
authority: 'memberEnter'
}
]
},
{
path: '/appManagement',
component: Layout,
name: 'app管理',
icon: 'setting',
authority: 'appManagement',
children: [
{
path: 'appVersion',
component: _import('appManagement/appVersion/index'),
name: 'app版本管理',
authority: 'appVersion'
}
]
}];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment