linwei
2024-01-16 61985d6f294a8db7d4a69ec05df2aaea9f52d802
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>