From 466e48801f7fa03078b060f15d463795247303a0 Mon Sep 17 00:00:00 2001
From: zhenyuWang <13641039885@163.com>
Date: Mon, 1 Jul 2024 16:37:54 +0800
Subject: [PATCH] =?UTF-8?q?fix(interceptor):=20=E4=BF=AE=E5=A4=8D=E7=B1=BB?=
=?UTF-8?q?=E5=9E=8B=E9=94=99=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/API/interceptor/interceptor.uvue | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
diff --git a/pages/API/interceptor/interceptor.uvue b/pages/API/interceptor/interceptor.uvue
index 78d0b228..0a7f90fb 100644
--- a/pages/API/interceptor/interceptor.uvue
+++ b/pages/API/interceptor/interceptor.uvue
@@ -1,10 +1,12 @@
-
+
- 点击下方按钮{{msg}}
-
-
+ 点击下方按钮{{ msg }}
+
+
@@ -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 @@
}
}
}
-
-
-
+
--
GitLab