From 3d3d9d2768fc078f3ce9554b3c04a7c8e45f29bc Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 20 May 2022 18:16:05 +0800
Subject: [PATCH] 溯源码页面搭建,首页样式调整

---
 src/store/modules/common.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/store/modules/common.js b/src/store/modules/common.js
index 23bec72..f486046 100644
--- a/src/store/modules/common.js
+++ b/src/store/modules/common.js
@@ -34,6 +34,9 @@
         setpolygon: (state, data) => {
             state.polygons = data;
         },
+        setpolygonsFarm: (state, data) => {
+            state.polygonsFarm = data;
+        },
         SET_LANGUAGE: (state, language) => {
             state.language = language
             setStore({

--
Gitblit v1.9.3