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>