host修改
This commit is contained in:
parent
5adc2d0594
commit
83dad9ad62
@ -1,6 +1,6 @@
|
||||
let host='';
|
||||
let path=window.location.href;
|
||||
if (path.indexOf("//prod-caseplatform.igandan.com") > 1 ) {
|
||||
if (path.indexOf("//prod-caseplatform.igandan.com") > 1 || path.indexOf("//caseplatform.igandan.com") > 1) {
|
||||
host = "https://prod-caseplatform.igandan.com";
|
||||
} else {
|
||||
host = "https://dev-caseplatform.igandan.com";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user