Merge branch 'master' of https://github.com/metersphere/metersphere into master

This commit is contained in:
BugKing 2020-12-22 16:45:43 +08:00
commit 2cf68db349
2 changed files with 2 additions and 2 deletions

View File

@ -11,5 +11,5 @@ public class TestOverview {
private String avgResponseTime;
private String responseTime90;
private String avgBandwidth;
private String avgTransactions;
}

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');