fix(登陆):修复登陆密码错误时 提示重新登陆 (#1219)
This commit is contained in:
parent
2aed1743e4
commit
930a0a83a0
|
@ -7,7 +7,7 @@ export default {
|
||||||
install(Vue) {
|
install(Vue) {
|
||||||
|
|
||||||
// 登入请求不重定向
|
// 登入请求不重定向
|
||||||
let unRedirectUrls = new Set(['signin','ldap/signin']);
|
let unRedirectUrls = new Set(['signin','ldap/signin','/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