mirror of https://github.com/ElemeFE/element
Menu: remove print error
parent
2449877792
commit
c6e4a11b33
|
@ -246,7 +246,6 @@
|
||||||
if (this.router) {
|
if (this.router) {
|
||||||
this.routeToItem(item, error => {
|
this.routeToItem(item, error => {
|
||||||
this.activeIndex = oldActiveIndex;
|
this.activeIndex = oldActiveIndex;
|
||||||
console.error(error);
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue