diff --git a/pages/API/interceptor/interceptor.uvue b/pages/API/interceptor/interceptor.uvue index 78d0b2288673db50012bfc20dc85ff5218169935..0a7f90fb57e3ec77fd7a63db31a4f5e0a692422f 100644 --- a/pages/API/interceptor/interceptor.uvue +++ b/pages/API/interceptor/interceptor.uvue @@ -1,10 +1,12 @@ @@ -18,7 +20,7 @@ }) options.url = url }, - success: function (res : NavigateBackSuccess) { + success: function (res : NavigateToSuccess) { console.log('拦截 navigateTo 接口 success 返回参数为:', res) }, fail: function (err : NavigateToFail) { @@ -69,8 +71,4 @@ } } } - - - +