czt
2025-06-11 283da741b2429cf5a53786e5ee1b5528b757fdf6
igds-dzhwk-web/src/main/resources/static/dzhwk/common.js
@@ -8,7 +8,7 @@
        console.log('用户没有操作');
        // 如果没有操作超过1分钟,跳转到锁屏页面
        window.location.href = "../dzhwk/lock?flag=" + flag;
    }, 1000*60); // 1分钟
    }, 1000*60*60); // 1分钟
}
/**
@@ -55,15 +55,15 @@
 */
function toPage(tag) {
    if(tag == "security"){
        layer.msg("暂未开放!");
        layer.msg("暂未对接!");
        return;
    }
    if(tag == "grain-check"){
        layer.msg("暂未开放!");
        layer.msg("暂未对接!");
        return;
    }
    if(tag == "grain-handle"){
        layer.msg("暂未开放!");
        layer.msg("暂未对接!");
        return;
    }
    window.location.href = "../dzhwk/" + tag;