From 2aad2878e492200f9d584f842c3cc265296703d3 Mon Sep 17 00:00:00 2001 From: sjf1256754123 <33301030+sjf1256754123@users.noreply.github.com> Date: Sun, 16 Feb 2020 21:48:30 +0800 Subject: [PATCH] demo --- pages/fillIn/fillIn.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/fillIn/fillIn.vue b/pages/fillIn/fillIn.vue index d295769..f7a73d1 100644 --- a/pages/fillIn/fillIn.vue +++ b/pages/fillIn/fillIn.vue @@ -1957,7 +1957,7 @@ this.$http.post(`/sict-ncov/report`, data).then(res => { const d = res.data if (d.code == 1) { - uni.switchTab({ + uni.navigateTo({ url: '/pages/index/index', }); uni.showToast({ -- 2.22.0