forked from Gitlink/forgeplus-react
修改指向路径
This commit is contained in:
parent
6b8f1e3749
commit
d3cea0ff3b
|
@ -12,7 +12,7 @@ if (window.location.href.indexOf('localhost') > -1) {
|
|||
actionUrl='https://taskapi.osredm.com';
|
||||
}else if(window.location.href.indexOf('noticeweb.osredm') > -1){
|
||||
actionUrl="https://taskapi.osredm.com";
|
||||
}else if(window.location.href.indexOf('https://osredm.com')>-1){
|
||||
}else if(window.location.href.indexOf('forge.osredm.com')>-1){
|
||||
actionUrl="https://info.osredm.com";
|
||||
}
|
||||
export const httpUrl=actionUrl;
|
||||
|
|
Loading…
Reference in New Issue