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