From d7c50f6207f0f27f4c20aa96f75b7c0b610b2b23 Mon Sep 17 00:00:00 2001
From: 陈泽平 <chenzeping>
Date: 星期四, 20 五月 2021 11:06:54 +0800
Subject: [PATCH] 管线弹框分析修改

---
 src/store/modules/app.js |   28 +++++++++++++---------------
 1 files changed, 13 insertions(+), 15 deletions(-)

diff --git a/src/store/modules/app.js b/src/store/modules/app.js
index 9fe8eb7..6b22491 100644
--- a/src/store/modules/app.js
+++ b/src/store/modules/app.js
@@ -1,29 +1,27 @@
 export default {
 
-    state: {
+  state: {
 
-        //灞炴��
+    // 灞炴��
 
-        demoValue:{}
+    demoValue: {}
 
-    },
+  },
 
-    getters: {
+  getters: {
 
-        getDemoValue: state => state.demoValue
+    getDemoValue: state => state.demoValue
 
-    },
+  },
 
-    mutations: {
+  mutations: {
 
-        //set鏂规硶
+    // set鏂规硶
 
-        setDemoValue(state,demoValue){
-
-            state.demoValue = demoValue
-
-        }
-
+    setDemoValue (state, demoValue) {
+      state.demoValue = demoValue
     }
 
+  }
+
 }

--
Gitblit v1.8.0