flx:提交项目后台跳转配置
This commit is contained in:
parent
f1449f587d
commit
0961b82958
@ -677,6 +677,8 @@ function jumpBgd() {
|
||||
window.location.replace("http://192.168.110.220:9809/#/login?token=" + store.token);
|
||||
} else if (COMPANY === "as") {
|
||||
window.location.replace("http://182.90.224.237:15551/#/login?token=" + store.token);
|
||||
} else if (COMPANY === "scwc") {
|
||||
window.location.replace("http://192.168.9.249:9809/#/login?token=" + store.token);
|
||||
} else if (envList.includes(COMPANY)) {
|
||||
window.location.replace(BASEURL + "/#/login?token=" + store.token);
|
||||
// window.location.replace("http://192.168.34.216:8082" + "/#/login?token=" + store.token);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user