czt
5 小时以前 b291d46184e69b11cd9fa045e6d06be084d4203b
fzzy-igdss-web/src/main/resources/static/common/igds-common.js
@@ -58,7 +58,8 @@
    // 发生了错误事件
    socket.onerror = function () {
        alert("Socket error……");
        // alert("Socket error……");
        console.log("Socket error……");
    };
    $(window).unload(function () {
@@ -238,6 +239,24 @@
    window.location.href = url;
}
/**
 * 初始标语数据
 */
function initDicSlogan() {
    if (dicSlogan) {
        if (dicSlogan.color == "red") {
            $("#sloganText").css({
                color: "#DE2910"
            });
        } else {
            $("#sloganText").css({
                color: "#7ddfff"
            });
        }
        $("#sloganText").text(dicSlogan.content);
    }
}
//浏览器全屏
var fullscreen = false;