Merge branch 'master' of https://github.com/metersphere/metersphere into master
This commit is contained in:
commit
2cf68db349
|
@ -11,5 +11,5 @@ public class TestOverview {
|
|||
private String avgResponseTime;
|
||||
private String responseTime90;
|
||||
private String avgBandwidth;
|
||||
|
||||
private String avgTransactions;
|
||||
}
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue