Commit 7363d887 authored by lishangke's avatar lishangke

fix

parent 6fab868b
......@@ -111,7 +111,7 @@ class ResponseController extends Controller {
}
}
ctx.redirect(target_url);
ctx.redirect(encodeURIComponent(decodeURIComponent(target_url)));
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment