Menu: remove print error

pull/9831/head
杨奕 2018-02-13 23:10:17 +08:00 committed by GitHub
parent 2449877792
commit c6e4a11b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -246,7 +246,6 @@
if (this.router) {
this.routeToItem(item, error => {
this.activeIndex = oldActiveIndex;
console.error(error);
});
}
},