src/store/action.js
@@ -24,22 +24,6 @@ } } // 修改导航栏菜单 export const modifyTabview = (tabviews) => { return { type: user.MODIFY_TABVIEW, tabviews } } // 修改窗口样式,区分iframe与正常页面 export const toggleIsiframe = (isiframe) => { return { type: user.TOGGLE_ISIFRAME, isiframe } } // 重置编辑级别 export const resetEditLevel = (editLevel) => { return {