fix: 修复LDAP登入请求重定向的问题

This commit is contained in:
shiziyuan9527 2020-12-22 16:34:22 +08:00
parent 32bb40608f
commit 58a52520b1

View File

@ -7,7 +7,7 @@ export default {
install(Vue) {
// 登入请求不重定向
let unRedirectUrls = new Set(['signin']);
let unRedirectUrls = new Set(['signin','ldap/signin']);
if (!axios) {
window.console.error('You have to install axios');