许成详 6 년 전
부모
커밋
db731ec1f4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/components/commonComponents/headerTab.vue

+ 1
- 1
src/components/commonComponents/headerTab.vue 파일 보기

@@ -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";