|
|
@@ -477,7 +477,7 @@ export default {
|
|
|
},
|
|
|
loadFeaturedArticles: function() {
|
|
|
var self = this
|
|
|
- getFeaturedArticles({ size: 5 }).then(function(res) {
|
|
|
+ getFeaturedArticles({ size: 5, dimensionCode: 'body' }).then(function(res) {
|
|
|
if (res.code === 200 && res.data) {
|
|
|
var gradientColors = [
|
|
|
'linear-gradient(135deg, #FF8C42, #FFB074)',
|