src/store/action.js @@ -38,3 +38,10 @@ type: user.RESET_STATE } } // 退出系统时参数重置 export const resetDebug = () => { return { type: user.RESET_DEBUG } }