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