We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2091e11 + 9b262e4 commit 18185eaCopy full SHA for 18185ea
src/view/single-page/home/home.vue
@@ -46,7 +46,7 @@ export default {
46
return {
47
inforCardData: [
48
{ title: '新增用户', icon: 'md-person-add', count: 803, color: '#2d8cf0' },
49
- { title: '累计点击', icon: 'md-locate', count: 23432, color: '#19be6b' },
+ { title: '累计点击', icon: 'md-locate', count: 232, color: '#19be6b' },
50
{ title: '新增问答', icon: 'md-help-circle', count: 142, color: '#ff9900' },
51
{ title: '分享统计', icon: 'md-share', count: 657, color: '#ed3f14' },
52
{ title: '新增互动', icon: 'md-chatbubbles', count: 12, color: '#E46CBB' },
0 commit comments