From a110387869521ca35e7c455b41830a99f0eb6334 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Thu, 23 May 2024 09:59:09 +0800 Subject: [PATCH] add --- App.vue | 5 ++++- manifest.json | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/App.vue b/App.vue index e92d6a5..d6ab58f 100644 --- a/App.vue +++ b/App.vue @@ -151,7 +151,6 @@ // this.audioTeam.push(result.extras.type); // } } - console.log("收到消息") console.log(result) // 点击事件 @@ -161,6 +160,10 @@ data.route = result.extras.route data.type = 2 uniMP.loadAppletMP(data) + } else if (result.extras.type == 3) { + uni.switchTab({ + url: result.extras.route + }) } else { uni.navigateTo({ url: result.extras.route diff --git a/manifest.json b/manifest.json index 3b415f3..953d255 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name": "惠农生活", "appid": "__UNI__3A527D1", "description": "", - "versionName": "2.0.56", - "versionCode": 2056, + "versionName": "2.0.57", + "versionCode": 2057, "transformPx": false, /* 5+App特有相关 */ "app-plus": {