|
@@ -18,9 +18,9 @@ $(function () {
|
18
|
18
|
$("#head").append(
|
19
|
19
|
template("favicon_temp", { isVersion: sessionStorage.getItem("version_qd") })
|
20
|
20
|
);
|
21
|
|
- $("#logo").html(
|
22
|
|
- template("logo_temp", { isVersion: sessionStorage.getItem("version_qd") })
|
23
|
|
- );
|
|
21
|
+ // $("#logo").html(
|
|
22
|
+ // template("logo_temp", { isVersion: sessionStorage.getItem("version_qd") })
|
|
23
|
+ // );
|
24
|
24
|
var isSSo = location.search.length > 0; //是否单点登录
|
25
|
25
|
if (isSSo) {
|
26
|
26
|
$(".container").hide();
|