From 365ea069f179ee71a7a8cc7785ccd2d86bd4881c Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 03 二月 2021 18:33:45 +0800
Subject: [PATCH] 2021-02-03

---
 src/store/action.js |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/src/store/action.js b/src/store/action.js
index 7b0bcf7..c72bc06 100644
--- a/src/store/action.js
+++ b/src/store/action.js
@@ -40,21 +40,6 @@
   }
 }
 
-// 閫�鍑虹郴缁熸椂鍙傛暟閲嶇疆
-export const resetState = () => {
-  return {
-    type: user.RESET_STATE
-  }
-}
-
-// 閲嶇疆缂栬緫鐘舵��
-export const resetEditState = (editState) => {
-  return {
-    type: user.RESET_EDITSTATE,
-    editState
-  }
-}
-
 // 閲嶇疆缂栬緫绾у埆
 export const resetEditLevel = (editLevel) => {
   return {

--
Gitblit v1.8.0