From f3167f8371d19d0ea8fe7d0e7af5517ff0b08cd2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 07 四月 2021 23:25:29 +0800 Subject: [PATCH] 2021-04-07 --- src/store/action.js | 23 ----------------------- 1 files changed, 0 insertions(+), 23 deletions(-) diff --git a/src/store/action.js b/src/store/action.js index 7b0bcf7..37d29d0 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 { @@ -84,14 +69,6 @@ return { type: user.MODIFY_MEMBERLEVEL, memberLevel: memberLevel - } -} - -// 淇敼鑷畾涔夎彍鍗� -export const modifyCustomMenu = (customMenu) => { - return { - type: user.MODIFY_CUSTOMMENU, - customMenu: customMenu } } -- Gitblit v1.8.0