|
@@ -154,20 +154,6 @@ function buildRootRoute(route) {
|
|
}
|
|
}
|
|
)
|
|
)
|
|
}
|
|
}
|
|
- if (code == 'merchant') {
|
|
|
|
- let children = route.children;
|
|
|
|
- route.children.push(
|
|
|
|
- {
|
|
|
|
- 'code': "merchant_detail",
|
|
|
|
- 'moduleName': "商户详情",
|
|
|
|
- 'type': 2,
|
|
|
|
- 'url': '/merchant_detail',
|
|
|
|
- 'children': children,
|
|
|
|
- 'hidden': true
|
|
|
|
- }
|
|
|
|
- )
|
|
|
|
- item.alwaysShow = false;
|
|
|
|
- }
|
|
|
|
if (code == 'msg') {
|
|
if (code == 'msg') {
|
|
let children = route.children;
|
|
let children = route.children;
|
|
route.children = [];
|
|
route.children = [];
|