7fb5776f by ex

修改路由重定向

1 parent 77baf369
...@@ -27,7 +27,7 @@ angular.module('myApp') ...@@ -27,7 +27,7 @@ angular.module('myApp')
27 }); 27 });
28 setTimeout(function() { 28 setTimeout(function() {
29 window.location.href = window.location.origin + window.location.pathname 29 window.location.href = window.location.origin + window.location.pathname
30 location.reload(); 30 // location.reload();
31 } , 300); 31 } , 300);
32 } else if (data.meta.code == 401) { 32 } else if (data.meta.code == 401) {
33 layer.open({ 33 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!