forked from Gitlink/forgeplus-react
Merge pull request '修改指向路径' (#70) from tongChong/forgeplus-react:dev_military_notice into pre_dev_military
This commit is contained in:
commit
01f71bca87
|
@ -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