shuishen
2024-01-17 f30fc0f21def73173fdf43d89aa6dbf4bc0ab9d1
src/views/article/components/deitDiscussion.vue
@@ -358,6 +358,11 @@
          const data = res.data.data
          this.userPage.total = data.total
          this.userData = data.records
          this.userData.forEach(item => {
            if (item.avatar.length > 0) {
              item.avatar = website.minioUrl + item.avatar
            }
          })
        })
      },
@@ -379,4 +384,4 @@
  }
</script>
<style lang="scss" scoped></style>
<style lang="scss" scoped></style>