77baf369 by ex

修改路由重定向

1 parent 00c2624c
......@@ -26,7 +26,7 @@ angular.module('myApp')
time:1
});
setTimeout(function() {
window.href = window.location.origin + window.location.pathname
window.location.href = window.location.origin + window.location.pathname
location.reload();
} , 300);
} else if (data.meta.code == 401) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!