修改指向路径

This commit is contained in:
何童崇 2021-09-17 16:22:35 +08:00
parent 6b8f1e3749
commit d3cea0ff3b
1 changed files with 1 additions and 1 deletions

View File

@ -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;