edit
This commit is contained in:
466
src/assets/mocks/platform/tms-obc-web.json
Normal file
466
src/assets/mocks/platform/tms-obc-web.json
Normal file
@ -0,0 +1,466 @@
|
||||
{
|
||||
"success": true,
|
||||
"data": {
|
||||
"menu": [
|
||||
{
|
||||
"text": "样例",
|
||||
"hideInBreadcrumb": true,
|
||||
"children": [
|
||||
{
|
||||
"text": "用户中心",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"group": true,
|
||||
"children": [
|
||||
{
|
||||
"text": "货主管理",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/demo/zorro",
|
||||
"children": [
|
||||
{
|
||||
"text": "企业列表",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/usercenter/freight/list"
|
||||
},
|
||||
{
|
||||
"text": "道运证",
|
||||
"hide": true,
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/usercenter/freight/list/view/:id"
|
||||
},
|
||||
{
|
||||
"text": "货主详情",
|
||||
"hide": true,
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/usercenter/freight/list/detail/:id"
|
||||
},
|
||||
{
|
||||
"text": "企业认证",
|
||||
"hide": true,
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/usercenter/freight/new"
|
||||
},
|
||||
{
|
||||
"text": "企业审核列表",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/usercenter/freight/enterprise"
|
||||
},
|
||||
{
|
||||
"text": "企业审核列表详情",
|
||||
"hide": true,
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/usercenter/freight/enterprise/view/:id"
|
||||
},
|
||||
{
|
||||
"text": "货主员工列表",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/usercenter/freight/user"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "司机管理",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/demo/zorro",
|
||||
"children": [
|
||||
{
|
||||
"text": "司机列表",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/usercenter/driver"
|
||||
},
|
||||
{
|
||||
"text": "司机详情",
|
||||
"hide": true,
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/usercenter/driver/detail/:id"
|
||||
},
|
||||
{
|
||||
"text": "车队长列表",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/usercenter/driver/captain"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "运力管理",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"group": true,
|
||||
"children": [
|
||||
{
|
||||
"text": "车辆列表",
|
||||
"link": "/vehicle/list"
|
||||
},
|
||||
{
|
||||
"hide": true,
|
||||
"text": "车辆列表详情",
|
||||
"link": "/vehicle/list/detail/:id"
|
||||
},
|
||||
{
|
||||
"text": "车辆审核列表",
|
||||
"link": "/vehicle/audit"
|
||||
},
|
||||
{
|
||||
"hide": true,
|
||||
"text": "车辆审核列表详情",
|
||||
"link": "/vehicle/audit/detail/:id"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "货源管理",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"group": true,
|
||||
"children": [
|
||||
{
|
||||
"text": "货源管理",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/supply-management/index",
|
||||
"reuse": true
|
||||
},
|
||||
{
|
||||
"text": "货源管理",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/supply-management/index",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "货源详情",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/supply-management/bulk-detail",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "修改货源",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/supply-management/vehicle-amend/:id",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "货源详情",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/supply-management/vehicle-detail/:id",
|
||||
"hide": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "订单管理",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"group": true,
|
||||
"children": [
|
||||
{
|
||||
"text": "整车订单",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/order-management/vehicle",
|
||||
"reuse": true
|
||||
},
|
||||
{
|
||||
"text": "大宗订单",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/order-management/bulk"
|
||||
},
|
||||
{
|
||||
"text": "结算单",
|
||||
"children": [
|
||||
{
|
||||
"text": "司机管理",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/order-management/driver-manage"
|
||||
},
|
||||
{
|
||||
"text": "车辆管理",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/order-management/car-manage"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "补录单",
|
||||
"children": [
|
||||
{
|
||||
"text": "补录运单",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/order-management/additionalc"
|
||||
},
|
||||
{
|
||||
"text": "补录运单详情",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/order-management/additionalc-detail/:id",
|
||||
"hide": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "风险单管理",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/order-management/risk"
|
||||
},
|
||||
{
|
||||
"text": "投诉管理",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/order-management/complaint"
|
||||
},
|
||||
{
|
||||
"text": "整车订单详情",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/order-management/vehicle-detail/:id",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "大宗订单详情",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/order-management/bulk-detail/:id",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "货源详情",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/order-management/vehicle-detail",
|
||||
"hide": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "运单管理",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"group": true,
|
||||
"children": [
|
||||
{
|
||||
"text": "整车运单",
|
||||
"link": "/waybill-management/vehicle"
|
||||
},
|
||||
{
|
||||
"hide": true,
|
||||
"text": "整车运单详情",
|
||||
"link": "/waybill-management/vehicle-detail/:id"
|
||||
},
|
||||
{
|
||||
"text": "大宗运单",
|
||||
"link": "/waybill-management/bulk"
|
||||
},
|
||||
{
|
||||
"hide": true,
|
||||
"text": "大宗运单详情",
|
||||
"link": "/waybill-management/bulk-detail/:id"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "财务管理",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"group": true,
|
||||
"children": [
|
||||
{
|
||||
"text": "费用管理",
|
||||
"link": "/financial-management/cost-management"
|
||||
},
|
||||
{
|
||||
"text": "费用浏览",
|
||||
"hide": true,
|
||||
"link": "/financial-management/cost-management/detail/:id"
|
||||
},
|
||||
{
|
||||
"text": "应收费用单",
|
||||
"hide": true,
|
||||
"link": "/financial-management/cost-management/expenses-receivable/:id"
|
||||
},
|
||||
{
|
||||
"text": "应付费用单",
|
||||
"hide": true,
|
||||
"link": "/financial-management/cost-management/expenses-payable/:id"
|
||||
},
|
||||
{
|
||||
"text": "货主账户",
|
||||
"link": "/financial-management/freight-account"
|
||||
},
|
||||
{
|
||||
"text": "货主账户详情",
|
||||
"hide": true,
|
||||
"link": "/financial-management/freight-account/detail/:id"
|
||||
},
|
||||
{
|
||||
"text": "司机账户",
|
||||
"link": "/financial-management/driver-account"
|
||||
},
|
||||
{
|
||||
"text": "司机账户详情",
|
||||
"hide": true,
|
||||
"link": "/financial-management/driver-account/detail/:id"
|
||||
},
|
||||
{
|
||||
"text": "充值记录",
|
||||
"link": "/financial-management/recharge-record"
|
||||
},
|
||||
{
|
||||
"text": "提现记录",
|
||||
"link": "/financial-management/withdrawals-record"
|
||||
},
|
||||
{
|
||||
"text": "提现详情",
|
||||
"hide": true,
|
||||
"link": "/financial-management/withdrawals-record/detail/:id"
|
||||
},
|
||||
{
|
||||
"text": "异常入金",
|
||||
"link": "/financial-management/abnormal-gold"
|
||||
},
|
||||
{
|
||||
"text": "支付记录",
|
||||
"link": "/financial-management/payment-record"
|
||||
},
|
||||
{
|
||||
"text": "交易流水",
|
||||
"link": "/financial-management/transaction-flow"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "票务管理",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"group": true,
|
||||
"children": [
|
||||
{
|
||||
"text": "销项发票",
|
||||
"children": [
|
||||
{
|
||||
"text": "开票申请",
|
||||
"link": "/ticket/invoice-requested"
|
||||
},
|
||||
{
|
||||
"text": "开票订单明细",
|
||||
"link": "/ticket/invoice-requested/detail/:id",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "销票处理",
|
||||
"link": "/ticket/cancellation-invoice"
|
||||
},
|
||||
{
|
||||
"text": "销票订单明细",
|
||||
"link": "/ticket/cancellation-invoice/detail/:id",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "已开发票",
|
||||
"link": "/ticket/invoice-list"
|
||||
},
|
||||
{
|
||||
"text": "已开订单明细",
|
||||
"link": "/ticket/invoice-list/detail/:id",
|
||||
"hide": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "ETC发票",
|
||||
"children": [
|
||||
{
|
||||
"text": "申请发票",
|
||||
"link": "/ticket/etc-invoice-requested"
|
||||
},
|
||||
{
|
||||
"text": "运单开票记录",
|
||||
"link": "/ticket/etc-invoice-list"
|
||||
},
|
||||
{
|
||||
"text": "已开发票",
|
||||
"link": "/ticket/etc-invoiced-logs"
|
||||
},
|
||||
{
|
||||
"text": "黑名单",
|
||||
"link": "/ticket/etc-blacklist"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "合同管理",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"group": true,
|
||||
"children": [
|
||||
{
|
||||
"text": "合同列表",
|
||||
"link": "/contract-management/list"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "系统设置",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"group": true,
|
||||
"children": [
|
||||
{
|
||||
"text": "员工管理",
|
||||
"group": true,
|
||||
"children": [
|
||||
{
|
||||
"text": "员工管理",
|
||||
"link": "/system/staff-management"
|
||||
},
|
||||
{
|
||||
"text": "角色管理",
|
||||
"link": "/system/role-management"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "CRM客户管理",
|
||||
"link": "/system/crm-management"
|
||||
},
|
||||
{
|
||||
"text": "结算客户管理",
|
||||
"link": "/system/close-account"
|
||||
},
|
||||
{
|
||||
"text": "网络货运人",
|
||||
"link": "/system/network-freight"
|
||||
},
|
||||
{
|
||||
"text": "基础设置",
|
||||
"link": "/system/basic-setting"
|
||||
},
|
||||
{
|
||||
"text": "车型车长配置",
|
||||
"link": "/system/cart-config"
|
||||
},
|
||||
{
|
||||
"text": "基础配置",
|
||||
"link": "/system/basic-config"
|
||||
},
|
||||
{
|
||||
"text": "系统操作日志",
|
||||
"link": "/system/system-logs"
|
||||
},
|
||||
{
|
||||
"text": "用户登录日志",
|
||||
"link": "/system/user-logs"
|
||||
},
|
||||
{
|
||||
"text": "版本发布记录",
|
||||
"link": "/system/version-logs"
|
||||
},
|
||||
{
|
||||
"text": "协议配置",
|
||||
"link": "/system/agreement-config"
|
||||
},
|
||||
{
|
||||
"text": "审核驳回理由配置",
|
||||
"link": "/system/audit-reason-config"
|
||||
},
|
||||
{
|
||||
"text": "系统配置",
|
||||
"link": "/system/system-config"
|
||||
},
|
||||
{
|
||||
"text": "货物名称配置",
|
||||
"link": "/system/goods-name-config"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
294
src/assets/mocks/platform/tms-smc-web.json
Normal file
294
src/assets/mocks/platform/tms-smc-web.json
Normal file
@ -0,0 +1,294 @@
|
||||
{
|
||||
"menu": [
|
||||
{
|
||||
"text": "主导航",
|
||||
"i18n": "menu.main",
|
||||
"group": true,
|
||||
"hideInBreadcrumb": true,
|
||||
"children": [
|
||||
{
|
||||
"text": "消息中心",
|
||||
"i18n": "message.center",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/notify/center"
|
||||
},
|
||||
{
|
||||
"text": "发布货源",
|
||||
"i18n": "menu.publish.goods.source",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"children": [
|
||||
{
|
||||
"text": "整车发货",
|
||||
"i18n": "menu.onecar.delivergoods",
|
||||
"link": "/pbg/onecar-publish"
|
||||
},
|
||||
{
|
||||
"text": "大宗发货",
|
||||
"i18n": "menu.bulk.delivergoods",
|
||||
"link": "/pbg/bulk-publish"
|
||||
},
|
||||
{
|
||||
"text": "常用地址",
|
||||
"i18n": "menu.common.address",
|
||||
"link": "/pbg/common-address"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "货源管理",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"group": true,
|
||||
"children": [
|
||||
{
|
||||
"text": "货源管理",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/supply-management/index",
|
||||
"reuse": true
|
||||
},
|
||||
{
|
||||
"text": "货源详情",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/supply-management/bulk-detail",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "货源详情",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/supply-management/vehicle-detail",
|
||||
"hide": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "订单管理",
|
||||
"i18n": "menu.ctc",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"children": [
|
||||
{
|
||||
"text": "整车订单",
|
||||
"i18n": "menu.ctc.order.onecar",
|
||||
"link": "/ctc/order/onecar"
|
||||
},
|
||||
{
|
||||
"text": "整车订单详情",
|
||||
"i18n": "menu.ctc.order.onecar.detail",
|
||||
"link": "/ctc/order/onecar/detail",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "大宗订单",
|
||||
"i18n": "menu.ctc.order.bulk",
|
||||
"link": "/ctc/order/bulk"
|
||||
},
|
||||
{
|
||||
"text": "大宗订单详情",
|
||||
"i18n": "menu.ctc.order.bulk.detail",
|
||||
"link": "/ctc/order/bulk/detail",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "结算单",
|
||||
"i18n": "menu.ctc.order.settle.settleOrder",
|
||||
"children": [
|
||||
{
|
||||
"text": "上传订单",
|
||||
"i18n": "menu.ctc.order.settle.uploadOrder",
|
||||
"link": "/ctc/order/settle/uploadOrder"
|
||||
},
|
||||
{
|
||||
"text": "司机管理",
|
||||
"i18n": "menu.ctc.order.settle.driver",
|
||||
"link": "/ctc/order/settle/driver"
|
||||
},
|
||||
{
|
||||
"text": "车队长",
|
||||
"i18n": "menu.ctc.order.settle.carcaptain",
|
||||
"link": "/ctc/order/settle/carcaptain"
|
||||
},
|
||||
{
|
||||
"text": "车辆管理",
|
||||
"i18n": "menu.ctc.order.settle.car",
|
||||
"link": "/ctc/order/settle/car"
|
||||
},
|
||||
{
|
||||
"text": "检测订单",
|
||||
"i18n": "menu.ctc.order.settle.recordOrder",
|
||||
"link": "/ctc/order/settle/recordOrder"
|
||||
},
|
||||
{
|
||||
"text": "订单详情",
|
||||
"i18n": "menu.ctc.order.settle.detail",
|
||||
"link": "/ctc/order/settle/detail",
|
||||
"hide": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "风险单管理",
|
||||
"i18n": "menu.ctc.order.risk.riskorder",
|
||||
"link": "/ctc/order/risk/riskorder"
|
||||
},
|
||||
{
|
||||
"text": "风险单详情",
|
||||
"i18n": "menu.ctc.order.risk.detail",
|
||||
"link": "/ctc/order/risk/detail",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "投诉管理",
|
||||
"i18n": "menu.ctc.order.complaint.complaintOrder",
|
||||
"link": "/ctc/order/complaint"
|
||||
},
|
||||
{
|
||||
"text": "投诉详情",
|
||||
"i18n": "menu.ctc.order.complaint.detail",
|
||||
"link": "/ctc/order/complaint/detail",
|
||||
"hide": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "公司管理",
|
||||
"i18n": "menu.company",
|
||||
"icon": "anticon anticon-appstore",
|
||||
"children": [
|
||||
{
|
||||
"text": "员工管理",
|
||||
"i18n": "menu.company.staff",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"link": "/company/staff"
|
||||
},
|
||||
{
|
||||
"text": "角色管理",
|
||||
"i18n": "menu.company.roles",
|
||||
"link": "/company/roles"
|
||||
},
|
||||
{
|
||||
"text": "项目管理",
|
||||
"i18n": "menu.company.project",
|
||||
"link": "/company/project"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"text": "车辆管理",
|
||||
"i18n": "menu.car",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"children": [
|
||||
{
|
||||
"text": "熟车管理",
|
||||
"i18n": "menu.car.list",
|
||||
"link": "/car/list"
|
||||
},
|
||||
{
|
||||
"text": "新增熟车",
|
||||
"i18n": "menu.car.add",
|
||||
"link": "/car/add",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "熟车详情",
|
||||
"i18n": "menu.car.view",
|
||||
"link": "/car/view",
|
||||
"hide": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "票务管理",
|
||||
"i18n": "menu.ticket.management",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"children": [
|
||||
{
|
||||
"text": "申请开票",
|
||||
"i18n": "menu.ticket.management.apply.invoice",
|
||||
"link": "/ticket-management/apply-invoice/list"
|
||||
},
|
||||
{
|
||||
"text": "申请记录",
|
||||
"i18n": "menu.ticket.management.apply.record.list",
|
||||
"link": "/ticket-management/apply-record/list"
|
||||
},
|
||||
{
|
||||
"text": "订单明细",
|
||||
"i18n": "menu.ticket.management.apply.record.detail",
|
||||
"link": "/ticket-management/apply-record/detail",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "已开具发票",
|
||||
"i18n": "menu.ticket.management.invoiced.list",
|
||||
"link": "/ticket-management/invoiced/list"
|
||||
},
|
||||
{
|
||||
"text": "开票订单明细",
|
||||
"i18n": "menu.ticket.management.invoiced.detail",
|
||||
"link": "/ticket-management/invoiced/detail",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "开票资料",
|
||||
"i18n": "menu.ticket.management.invoiced.info",
|
||||
"link": "/ticket-management/invoiced/info"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "财务管理",
|
||||
"i18n": "menu.financial.management",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"children": [
|
||||
{
|
||||
"text": "订单支付",
|
||||
"i18n": "menu.financial.management.order.payment",
|
||||
"link": "/cwc/order-payment/list"
|
||||
},
|
||||
{
|
||||
"text": "账户管理",
|
||||
"i18n": "menu.account.management",
|
||||
"link": "/cwc/account-management/index"
|
||||
},
|
||||
{
|
||||
"text": "账户管理(子项目)",
|
||||
"i18n": "menu.account.management.subproject",
|
||||
"link": "/cwc/account-management-subproject/index"
|
||||
},
|
||||
{
|
||||
"text": "资金分配",
|
||||
"i18n": "menu.fund.allocation",
|
||||
"link": "/cwc/fund-allocation/index"
|
||||
},
|
||||
{
|
||||
"text": "账单管理",
|
||||
"i18n": "menu.bill.management",
|
||||
"link": "/cwc/bill-management/index"
|
||||
},
|
||||
{
|
||||
"text": "银行卡管理",
|
||||
"i18n": "menu.bank.card.management",
|
||||
"link": "/cwc/bank-card-management/index"
|
||||
},
|
||||
{
|
||||
"text": "绑定银行卡",
|
||||
"i18n": "menu.bank.card.management.bind",
|
||||
"link": "/cwc/bank-card-management/add",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "账户充值",
|
||||
"i18n": "menu.account.management.recharge",
|
||||
"link": "/cwc/account-rechage/index",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "资金分配记录",
|
||||
"i18n": "menu.fund.allocation.record",
|
||||
"link": "/cwc/fund-allocation/record",
|
||||
"hide": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user