From fc3ef2decfc6bef3ccb6caf92486ee027a721877 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 11 三月 2024 18:30:15 +0800 Subject: [PATCH] feat(he): he --- assets/request/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/assets/request/index.js b/assets/request/index.js index 6320e10..f782c3a 100644 --- a/assets/request/index.js +++ b/assets/request/index.js @@ -38,7 +38,7 @@ } currentUrl = JSON.stringify(currentUrl) wx.reLaunch({ - url: urlargs ? '/pages/index/index?backUrl=' + encodeURIComponent(currentUrl) : '/pages/index/index' + url: urlargs ? '/pages/home/home?backUrl=' + encodeURIComponent(currentUrl) : '/pages/home/home' }) } } else { -- Gitblit v1.9.1