feige
2024-10-14 a5b3929efa08263edfa18a6093fa4fef44a82d8e
ruoyi-ui/src/views/index.vue
@@ -78,8 +78,12 @@
      getUserProfile().then(response => {
        this.user = response.data;
      });
     let clanId = this.$store.state.user.clanId
   //  alert(clanId)
     if(clanId==null)
     {
      //alert(clanId)
      return}
      listRoot(10,clanId).then(response =>{
        this.rootList =response.data;