Browse Source

fix: store修改

anxiaoxia 5 days ago
parent
commit
97543e4bc7
2 changed files with 2 additions and 3 deletions
  1. BIN
      dist.zip
  2. 2 3
      src/store/modules/taiguv1/index.js

BIN
dist.zip


+ 2 - 3
src/store/modules/taiguv1/index.js

@@ -40,7 +40,6 @@ const mutations = {
 
 const actions = {
   setAirStatus({ commit, state }, air) {
-    console.log("setAirStatus")
     commit("SET_AIES_TATUS", air)
     ;(function (airData) {
       setTimeout(() => {
@@ -54,8 +53,8 @@ const actions = {
     })(air)
   },
   setLampStatus({ commit, state }, lamp) {
-    commit("SET_LAMP_STATUS", lamp)
-    state.lampSwitchStatus[lampData.id] = (function (lampData) {
+    commit("SET_LAMP_STATUS", lamp);
+    (function (lampData) {
       return setTimeout(() => {
         if (state.lampSwitchStatus[lampData.id] && state.lampSwitchStatus[lampData.id].loading == true) {
           lampData.status.loading = false