@@ -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 {