lrf402788946 5 년 전
부모
커밋
21ee673d8c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/layout/live/head.vue

+ 1 - 1
src/layout/live/head.vue

@@ -86,7 +86,7 @@ export default {
     },
     isTab(type) {
       if (type == 'index') return this.$route.path.includes('/live/index');
-      else return this.$route.path.includes(`/live/${type}`);
+      else return this.$route.path.includes(`/${type}`);
     },
   },
   computed: {