var targetOrigin = "https://www.jscdc.cn"; if (window.location.origin != targetOrigin) window.location.href=targetOrigin + window.location.href.substring(window.location.origin.length);