|
@@ -72,7 +72,6 @@ function pathErgodic(item) {
|
|
|
if(isChildrenList){
|
|
|
firstMenu = pathErgodic(i)
|
|
|
}else{
|
|
|
-
|
|
|
if (!firstMenu && checkPathUrl(i.path)) {
|
|
|
firstMenu = i.path
|
|
|
} else {
|
|
@@ -281,7 +280,7 @@ function setDetailRoute(accessedRoutes) {
|
|
|
noCache: '1',
|
|
|
title: '网管课详情',
|
|
|
belongTopMenu: "/business",
|
|
|
- activeMenu: '/vipManager/vipList'
|
|
|
+ activeMenu: '/accompanyManager/accompany'
|
|
|
}
|
|
|
},
|
|
|
{
|