许成详 6 years ago
parent
commit
db731ec1f4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/commonComponents/headerTab.vue

+ 1
- 1
src/components/commonComponents/headerTab.vue View File

75
         this.activeIndex = "1";
75
         this.activeIndex = "1";
76
       } else if (this.nowPath == "/solution") {
76
       } else if (this.nowPath == "/solution") {
77
         this.activeIndex = "2";
77
         this.activeIndex = "2";
78
-      } else if (this.nowPath == "/online") {
78
+      } else if (this.nowPath == "/productCenter") {
79
         this.activeIndex = "3";
79
         this.activeIndex = "3";
80
       } else if (this.nowPath == "/newsInformation") {
80
       } else if (this.nowPath == "/newsInformation") {
81
         this.activeIndex = "4";
81
         this.activeIndex = "4";