From 8d66ff34fae5b048a6b7923cc75d34f13a08be9d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 02 八月 2022 11:42:43 +0800 Subject: [PATCH] Merge branch 'develop' --- src/store/action.js | 32 -------------------------------- 1 files changed, 0 insertions(+), 32 deletions(-) diff --git a/src/store/action.js b/src/store/action.js index c72bc06..b4bbf15 100644 --- a/src/store/action.js +++ b/src/store/action.js @@ -24,22 +24,6 @@ } } -// 淇敼瀵艰埅鏍忚彍鍗� -export const modifyTabview = (tabviews) => { - return { - type: user.MODIFY_TABVIEW, - tabviews - } -} - -// 淇敼绐楀彛鏍峰紡锛屽尯鍒唅frame涓庢甯搁〉闈� -export const toggleIsiframe = (isiframe) => { - return { - type: user.TOGGLE_ISIFRAME, - isiframe - } -} - // 閲嶇疆缂栬緫绾у埆 export const resetEditLevel = (editLevel) => { return { @@ -61,22 +45,6 @@ return { type: user.INIT_MENUPERMISSION, permMenus: permMenus - } -} - -// 鍒濆鍖栬彍鍗曟潈闄� -export const modifyMemberLevel = (memberLevel) => { - return { - type: user.MODIFY_MEMBERLEVEL, - memberLevel: memberLevel - } -} - -// 淇敼鑷畾涔夎彍鍗� -export const modifyCustomMenu = (customMenu) => { - return { - type: user.MODIFY_CUSTOMMENU, - customMenu: customMenu } } -- Gitblit v1.8.0