From 2e677365b3125d67a83f11c7856b80d4808bbe4b Mon Sep 17 00:00:00 2001 From: libo Date: Tue, 21 Feb 2023 09:08:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=9F=E4=B8=80=E5=BA=94?= =?UTF-8?q?=E7=94=A82.0=E8=B7=B3=E8=BD=AC=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LearunApp-2.2.0/pages/SSO/MyApp20/attestation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/SSO/MyApp20/attestation.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/SSO/MyApp20/attestation.vue index 1db5bc02d..03a7f8708 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/SSO/MyApp20/attestation.vue +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/SSO/MyApp20/attestation.vue @@ -60,7 +60,7 @@ gotolist() { let _this = this const { appid } = this - console.log(appid) + // console.log(appid) this.HTTP_GET( 'quanjiang/sso/goto20', { appid @@ -71,7 +71,7 @@ FInterfaceUrl:res.FInterfaceUrl, FName:this.FName } - uni.navigateTo({ + uni.redirectTo({ url:`/pages/SSO/MyApp/listview?data=`+ encodeURIComponent(JSON.stringify(option)) }) })