wangguoyu пре 5 година
родитељ
комит
09cdcd51af
1 измењених фајлова са 0 додато и 2 уклоњено
  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 {