fix: BUG修改
This commit is contained in:
parent
f007144d33
commit
5c4b8c4068
@ -544,10 +544,10 @@ function loginOut() {
|
|||||||
function jumpBgd() {
|
function jumpBgd() {
|
||||||
// 标准版——跳转演示平台项目后台
|
// 标准版——跳转演示平台项目后台
|
||||||
if (COMPANY == "") {
|
if (COMPANY == "") {
|
||||||
window.location.replace("http://jxj.zhgdyun.com:100/#/projectIndex");
|
window.location.replace("http://jxj.zhgdyun.com:100/#/login?token=" + store.token);
|
||||||
} else {
|
} else {
|
||||||
// 新项目通用(百色服务器)
|
// 新项目通用(百色服务器)
|
||||||
window.location.replace("http://101.43.164.214:11111/#/projectIndex");
|
window.location.replace("http://101.43.164.214:11111/#/login?token=" + store.token);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user