Commit 0a990e99 by 林翔

lx

parent c45bae19
......@@ -165,9 +165,9 @@ const actions = {
message: data.err_msg,
duration: 2000
});
if (payload.rereferer) {
if (payload.referer) {
setTimeout(function () {
window.location.href = decodeURIComponent(payload.rereferer);
window.location.href = payload.referer;
}, 2000)
}else{
setTimeout(function () {
......
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 sign in to comment