fix(登陆):修复登陆密码错误时 提示重新登陆 (#1219)

This commit is contained in:
Coooder-X 2021-01-20 20:46:06 +08:00 committed by GitHub
parent 2aed1743e4
commit 930a0a83a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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