许成详 6 anos atrás
pai
commit
db731ec1f4
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      src/components/commonComponents/headerTab.vue

+ 1
- 1
src/components/commonComponents/headerTab.vue Ver arquivo

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