Error: Redirected when going from “/login?redirect=%2Fdashboard“ to “/dashboard“ via a navigation
之前有看过一个写法//constoriginalPush=Router.prototype.push//Router.prototype.push=functionpush(location,onResolve,onReject){//if(onResolve||onReject)//returnoriginalPush.call(this,location,onResolve,onReject)