fix: BUG修改

This commit is contained in:
kun 2024-04-01 16:28:40 +08:00
parent f007144d33
commit 5c4b8c4068

View File

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