diff --git a/src/config/index.js b/src/config/index.js index 4c7c051c..f5705f42 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -30,8 +30,8 @@ const DEFAULT_CONFIG = { layout: [18, 6], //小组件分布,com取值:views/home/components 文件名 copmsList: [ - [{ title: "模块1", com: 'C1' },{ title: "模块3", com: 'C3' }], - [{ title: "模块2", com: 'C2' }], + [{ title: "实时收入", com: 'C1' },{ title: "周收入对比", com: 'C3' }], + [{ title: "版本更新", com: 'C2' }], [] ] } diff --git a/src/layout/components/tags.vue b/src/layout/components/tags.vue index acd0673c..db2266e6 100644 --- a/src/layout/components/tags.vue +++ b/src/layout/components/tags.vue @@ -3,7 +3,7 @@