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