From 9e100b8804d43d9f7559cdf41b67ed7475a809b8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 07 四月 2021 18:30:58 +0800 Subject: [PATCH] 2021-04-07 --- src/store/action.js | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/src/store/action.js b/src/store/action.js index c72bc06..37d29d0 100644 --- a/src/store/action.js +++ b/src/store/action.js @@ -72,14 +72,6 @@ } } -// 淇敼鑷畾涔夎彍鍗� -export const modifyCustomMenu = (customMenu) => { - return { - type: user.MODIFY_CUSTOMMENU, - customMenu: customMenu - } -} - // 閫�鍑洪噸缃� export const logout = () => { return { -- Gitblit v1.8.0