From 5944c2832820a8bfa86e3efb5085f5a2463897f9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 22 九月 2020 09:14:49 +0800 Subject: [PATCH] 2020-09-22 --- 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 9f18fc6..4ed50ec 100644 --- a/src/store/action.js +++ b/src/store/action.js @@ -112,6 +112,14 @@ } } +// 淇敼鑷畾涔夎彍鍗� +export const modifyCustomMenu = (customMenu) => { + return { + type: user.MODIFY_CUSTOMMENU, + customMenu: customMenu + } +} + // 閫�鍑洪噸缃� export const logout = () => { return { -- Gitblit v1.8.0