Basic APIsInterfaceInteractiondlt.disableAlertBeforeUnloadOn this pagedlt.disableAlertBeforeUnloadIntroductionDisables the confirmation dialog that appears when leaving a page in the mini-program.ParametersNoneSample CodePage({ onReady() { dlt.disableAlertBeforeUnload({ success: function (res) {}, fail: function (res) {}, complete: function (res) {}, }); },});