赛事修复

dev_2022-06-14
yujialong 2 years ago
parent 4fd0048112
commit be06206e8b
  1. 2
      src/views/match/manage/index.vue

@ -64,7 +64,7 @@ export default {
tab2 || delete this.tabs.second
tab3 || delete this.tabs.third
tab4 || delete this.tabs.fourth
const type = this.$route.query.type
const type = this.$route.query.tab
const keys = Object.keys(this.tabs)
this.active = keys.includes(type) ? type : keys[0]
},

Loading…
Cancel
Save