@ -43,32 +43,26 @@ export const getRoutePath = (menu) => {
// 路由映射表:key为接口menuName,value为对应路由路径
const routeMap = {
'工作台': '/workspace',
'工作台展示': '/workspace',
'财务审核': '/audit',
'金币审核': '/audit',
'金豆审核': '/beanAudit',
'汇率管理': '/rate',
'充值管理': '/coinRecharge',
'金币充值': '/coinRecharge',
'金豆充值': '/beanRecharge',
'消耗管理': '/coinConsume',
'金币消耗': '/coinConsume',
'金豆消耗': '/beanConsume',
'退款管理': '/coinRefund',
'金币退款': '/coinRefund',
// '金豆退款': '/beanRefund',
'权限管理': '/permissions',
'客户账户明细': '/usergold',
'金币客户账户明细': '/usergold',
'金豆客户账户明细': '/userbean',
};