Merge branch 'dev'
Showing
1 changed file
with
0 additions
and
1 deletions
| ... | @@ -55,7 +55,6 @@ router.beforeEach(async (to, from, next) => { | ... | @@ -55,7 +55,6 @@ router.beforeEach(async (to, from, next) => { |
| 55 | } else { | 55 | } else { |
| 56 | localStorage.setItem("location", window.location.href) | 56 | localStorage.setItem("location", window.location.href) |
| 57 | window.location.href = window._config.casBaseURL + '/login?service=' + encodeURIComponent(locationUrl); | 57 | window.location.href = window._config.casBaseURL + '/login?service=' + encodeURIComponent(locationUrl); |
| 58 | permission() | ||
| 59 | } | 58 | } |
| 60 | } else { | 59 | } else { |
| 61 | permission() | 60 | permission() | ... | ... |
-
Please register or sign in to post a comment