shenzhen-dev #2

Merged
admin merged 614 commits from shenzhen-dev into master 2025-06-03 18:28:43 +08:00
Showing only changes of commit b6357fd005 - Show all commits

View File

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