7fb5776f by ex

修改路由重定向

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