(function () { var rootTmpl = '
'; var loginUserTmpl = '登录注册'; var operateTmpl = '个人中心账户中心管理中心帮助中心'; window.console = window.console || (function () { var c = {}; c.log = c.warn = c.debug = c.info = c.error = c.time = c.dir = c.profile = c.clear = c.exception = c.trace = c.assert = function () { }; return c; })(); document.write(rootTmpl); var userWrapper = document.getElementById("g-header-userinfo"); userWrapper.innerHTML = loginUserTmpl; var logoutCallback = window.location.href; if (window.showHead) { var paramsUn = document.getElementById("paramsUn"); paramsUn.innerHTML = operateTmpl; } document.getElementById("loginBtn").setAttribute("href", "https://espace.sipedu.cn/#/auth/login?appId=5978241aef4342108870815eee732191&redirect_url=" + window.encodeURIComponent(window.appServers.userCenter.host + "/userLogin/autoLogin?service=" + window.location.href) ); })();