32b13d6c by renchao@pashanhoo.com

style:登录

1 parent d17ca0f3
......@@ -55,7 +55,6 @@ router.beforeEach(async (to, from, next) => {
} else {
localStorage.setItem("location", window.location.href)
window.location.href = window._config.casBaseURL + '/login?service=' + encodeURIComponent(locationUrl);
permission()
}
} else {
permission()
......