From ba382fa291928a290ef61f402814ea7804b6e48b Mon Sep 17 00:00:00 2001 From: gyj Date: Tue, 12 Mar 2024 16:22:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/handlecase/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/handlecase/index.vue b/pages/handlecase/index.vue index 0982db3..b82a756 100644 --- a/pages/handlecase/index.vue +++ b/pages/handlecase/index.vue @@ -203,7 +203,7 @@ // this.getList(obj) }, onUnload(){ - wx.reLaunch({ + uni.reLaunch({ url: '/pages/work/index' }) }