inleft
2022-08-25 c6793e5475b607e83cbb55b7d0ddfb9b81bd7774
src/components/group/platformGroup.vue
@@ -44,8 +44,9 @@
               var random = Math.floor(Math.random() * 10);
               this.activeKey = random >= 8 ?
                  this.keyType.type_3 : (random <= 3 ? this.keyType.type_2 : this.keyType.type_1)
            }
            this.$router.replace({query:{activeKey:this.activeKey}})
            }
         },
         changeKey(key) {
            this.activeKey = key