src/views/home/widgets/index.vue
@@ -166,6 +166,7 @@ this.$CONFIG.DEFAULT_GRID.copmsList[index] = [item.cardKey]; this.$CONFIG.DEFAULT_GRID.layout[index] = item.cardWide * 2; }) this.$CONFIG.DEFAULT_GRID.data = cards; this.defaultGrid = this.$CONFIG.DEFAULT_GRID; this.grid = this.$TOOL.data.get("grid") || JSON.parse(JSON.stringify(this.defaultGrid)) }