Forguncy.PageBuilder.hidePageLoadingCover = function() { console.log("隐藏加载"); var n; (n = Forguncy.PageBuilder === null || Forguncy.PageBuilder === void 0 ? void 0 : Forguncy.PageBuilder.pageLoadingCover) === null || n === void 0 ? void 0 : n.hide() //后面可以继续做其他功能处理 } //替换活字格自带的,其他JS调用方便拦截知道,目前就关闭加载调用了这个