From 41c55c1f103658b997f7a828a7067bdb228f1df0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 04 十月 2022 23:35:10 +0800 Subject: [PATCH] 2022-10-04 --- src/store/action.js | 24 ------------------------ 1 files changed, 0 insertions(+), 24 deletions(-) diff --git a/src/store/action.js b/src/store/action.js index 37d29d0..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,14 +45,6 @@ return { type: user.INIT_MENUPERMISSION, permMenus: permMenus - } -} - -// 鍒濆鍖栬彍鍗曟潈闄� -export const modifyMemberLevel = (memberLevel) => { - return { - type: user.MODIFY_MEMBERLEVEL, - memberLevel: memberLevel } } -- Gitblit v1.8.0