var str = "/" + window.location.pathname.split("/")[1];
if ((str != null) & (str != undefined) & (str != "/")) {
this.activeIndex = "/" + window.location.pathname.split("/")[1];
}
var str = "/" + window.location.pathname.split("/")[1];
if ((str != null) & (str != undefined) & (str != "/")) {
this.activeIndex = "/" + window.location.pathname.split("/")[1];
}