king
2019-10-12 c7f79abded9ad2e29f297da4a04a641b96b61c5e
src/store/action.js
@@ -37,4 +37,11 @@
  return {
    type: user.RESET_STATE
  }
}
// 退出系统时参数重置
export const resetDebug = () => {
  return {
    type: user.RESET_DEBUG
  }
}