Basic APIsNavigationdlt.navigateBackToHomePageOn this pagedlt.navigateBackToHomePageIntroductionNavigates from a child page back to the home page of the mini-program.ParametersNoneSample CodePage({ onReady() { dlt.navigateBackToHomePage({ success: function (res) {}, fail: function (res) {}, complete: function (res) {}, }); },});