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