From d441fa1e1cc80f4ea462a750a42a2b25c1f2b202 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 04 十二月 2020 15:17:51 +0800 Subject: [PATCH] 2020-12-04 --- 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 e37227b..7b0bcf7 100644 --- a/src/store/action.js +++ b/src/store/action.js @@ -47,13 +47,6 @@ } } -// 閫�鍑虹郴缁熸椂鍙傛暟閲嶇疆 -export const resetDebug = () => { - return { - type: user.RESET_DEBUG - } -} - // 閲嶇疆缂栬緫鐘舵�� export const resetEditState = (editState) => { return { @@ -67,14 +60,6 @@ return { type: user.RESET_EDITLEVEL, editLevel - } -} - -// 鍒濆鍖栨寜閽潈闄� -export const initRolesPermission = (permRoles) => { - return { - type: user.INIT_ROLESPERMISSION, - permRoles: permRoles } } @@ -99,14 +84,6 @@ return { type: user.MODIFY_MEMBERLEVEL, memberLevel: memberLevel - } -} - -// 鍒濆鏁版嵁鏉冮檺 -export const modifyDataManager = (dataManager) => { - return { - type: user.MODIFY_DATAMANAGER, - dataManager: dataManager } } -- Gitblit v1.8.0