Sfoglia il codice sorgente

Menu: remove print error

杨奕 7 anni fa
parent
commit
c6e4a11b33
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      packages/menu/src/menu.vue

+ 0 - 1
packages/menu/src/menu.vue

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