linwei
2024-01-10 c3f74a89ea1f6a03858c4a8e42e5ceedee807273
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>