src/store/action.js @@ -61,3 +61,11 @@ editState } } // 重置编辑级别 export const resetEditLevel = (editLevel) => { return { type: user.RESET_EDITLEVEL, editLevel } }