From eb31b84962c192de57abbb473cb4733a09bf4363 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 14 五月 2020 18:09:40 +0800 Subject: [PATCH] 2020-05-14 --- src/store/action.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/store/action.js b/src/store/action.js index fc9e456..9f18fc6 100644 --- a/src/store/action.js +++ b/src/store/action.js @@ -104,6 +104,14 @@ } } +// 鍒濆鏁版嵁鏉冮檺 +export const modifyDataManager = (dataManager) => { + return { + type: user.MODIFY_DATAMANAGER, + dataManager: dataManager + } +} + // 閫�鍑洪噸缃� export const logout = () => { return { -- Gitblit v1.8.0