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