fix: 修复LDAP登入请求重定向的问题
This commit is contained in:
parent
32bb40608f
commit
58a52520b1
|
@ -7,7 +7,7 @@ export default {
|
||||||
install(Vue) {
|
install(Vue) {
|
||||||
|
|
||||||
// 登入请求不重定向
|
// 登入请求不重定向
|
||||||
let unRedirectUrls = new Set(['signin']);
|
let unRedirectUrls = new Set(['signin','ldap/signin']);
|
||||||
|
|
||||||
if (!axios) {
|
if (!axios) {
|
||||||
window.console.error('You have to install axios');
|
window.console.error('You have to install axios');
|
||||||
|
|
Loading…
Reference in New Issue