wangguoyu vor 5 Jahren
Ursprung
Commit
09cdcd51af
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  1. 0 2
      src/components/client/common/header.vue

+ 0 - 2
src/components/client/common/header.vue

@@ -110,12 +110,10 @@
         methods:    {
 
             activeIndexSync() {
-                console.log("进入");
                 const path = this.$route.path;
                 const idx = _.findIndex(this.headerArr, function (o) {
                     return o.keyPath === path;
                 });
-                console.log(idx);
                 if (idx > -1) {
                     this.activeIndex = this.headerArr[idx].keyPath;
                 } else {