fix: BUG修改

This commit is contained in:
kun 2024-04-01 19:00:31 +08:00
parent dc64b62520
commit b6357fd005

View File

@ -547,8 +547,8 @@ function jumpBgd() {
window.location.replace("http://jxj.zhgdyun.com:100/#/login?token=" + store.token); window.location.replace("http://jxj.zhgdyun.com:100/#/login?token=" + store.token);
} else { } else {
// () // ()
// window.location.replace("http://101.43.164.214:11111/#/login?token=" + store.token); window.location.replace("http://101.43.164.214:11111/#/login?token=" + store.token);
window.location.replace("http://192.168.34.138:8080/#/login?token=" + store.token); // window.location.replace("http://192.168.34.138:8080/#/login?token=" + store.token);
} }
} }
</script> </script>