瀏覽代碼

Menu: remove print error

杨奕 7 年之前
父節點
當前提交
c6e4a11b33
共有 1 個文件被更改,包括 0 次插入1 次删除
  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);
           });
         }
       },