fix bug
This commit is contained in:
@ -508,8 +508,7 @@
|
||||
{
|
||||
"text": "合伙人管理",
|
||||
"icon": "anticon anticon-dashboard",
|
||||
"children": [
|
||||
{
|
||||
"children": [{
|
||||
"text": "合伙人列表",
|
||||
"link": "/partner/partner-list"
|
||||
},
|
||||
@ -547,7 +546,7 @@
|
||||
"group": true,
|
||||
"children": [{
|
||||
"text": "账户管理",
|
||||
"link": "/partner/account-management/am"
|
||||
"link": "/partner/account-management/am/list"
|
||||
},
|
||||
{
|
||||
"text": "账户明细",
|
||||
@ -572,18 +571,17 @@
|
||||
},
|
||||
{
|
||||
"text": "客户认领审核",
|
||||
"link": "/partner/claim-audit/list",
|
||||
"children": [{
|
||||
"text": "合伙人客户认领详情",
|
||||
"link": "/partner/claim-audit/partner-detail",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "渠道销售客户认领详情",
|
||||
"link": "/partner/claim-audit/channel-detail",
|
||||
"hide": true
|
||||
}
|
||||
]
|
||||
"link": "/partner/claim-audit/list"
|
||||
},
|
||||
{
|
||||
"text": "合伙人客户认领详情",
|
||||
"link": "/partner/claim-audit/partner-detail",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "渠道销售客户认领详情",
|
||||
"link": "/partner/claim-audit/channel-detail",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "入账记录",
|
||||
@ -605,7 +603,27 @@
|
||||
"children": [{
|
||||
"text": "banner管理",
|
||||
"link": "/knowledge/banner"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"text": "文章管理",
|
||||
"link": "/partner/knowledge/article-management-list"
|
||||
},
|
||||
{
|
||||
"text": "新增文章",
|
||||
"link": "/partner/knowledge/article-management-add",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "编辑文章",
|
||||
"link": "/partner/knowledge/article-management-edit",
|
||||
"hide": true
|
||||
},
|
||||
{
|
||||
"text": "分类管理",
|
||||
"link": "/partner/knowledge/classification"
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user