|
@@ -163,7 +163,12 @@
|
|
|
});
|
|
|
} else if (tenantFlag_key === '2') {
|
|
|
nodesReverse.push({
|
|
|
- path: '/c/IndexPeixun',
|
|
|
+ path: '/c/IndexPeixun123',
|
|
|
+ display: '首页',
|
|
|
+ });
|
|
|
+ }else {
|
|
|
+ nodesReverse.push({
|
|
|
+ path: '/index',
|
|
|
display: '首页',
|
|
|
});
|
|
|
}
|
|
@@ -201,7 +206,8 @@
|
|
|
.breadcrumb-icon-box{
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
- background-image: url("../../../assets/images/icons/breadcrumb-icon-home.svg");
|
|
|
+ background: blue;
|
|
|
+ /* background-image: url("../../../assets/images/icons/breadcrumb-icon-home.svg");*/
|
|
|
margin-right: 8px;
|
|
|
}
|
|
|
.st-breadcrumb-item {
|
|
@@ -218,7 +224,8 @@
|
|
|
width: 7px;
|
|
|
height: 16px;
|
|
|
display: inline-block;
|
|
|
- background-image: url("../../../assets/images/icons/breadcrumb-icon.svg");
|
|
|
+ background: red;
|
|
|
+ /* background-image: url("../../../assets/images/icons/breadcrumb-icon.svg");*/
|
|
|
padding: 0 8px;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center;
|