czt
2025-05-27 833d9320af935dd6e5033c0a91bcc91bb7bb5807
igds-dzhwk-web/src/main/resources/static/dzhwk/common.js
@@ -54,5 +54,17 @@
 * @param tag
 */
function toPage(tag) {
    if(tag == "security"){
        layer.msg("暂未对接!");
        return;
    }
    if(tag == "grain-check"){
        layer.msg("暂未对接!");
        return;
    }
    if(tag == "grain-handle"){
        layer.msg("暂未对接!");
        return;
    }
    window.location.href = "../dzhwk/" + tag;
}