window.location.href跳转无效

window.location.href跳转无效window.location.

window.location.href = "http://192.168.0.14:8102";
而非没有 http:// (会 push 到 不断循环请求 )
window.location.href = "192.168.0.14:8102";

你可能感兴趣的:(window.location.href跳转无效)