基础API导航dlt.redirectTo本页总览dlt.redirectTo简介dlt.redirectTo 关闭当前页面,跳转到应用内的某个页面。但是不允许跳转到 tabbar 页面使用限制TabBar 页面不支持关闭参数Object object属性类型默认值必填描述urlstring是跳转页面的地址successfunction否接口调用成功的回调函数failfunction否接口调用失败的回调函数completefunction否接口调用结束的回调函数(调用成功、失败都会执行)示例代码dlt.redirectTo({ url: 'pages/index/index'});