From cd98c69ff835643f518337ee9ab532885c647efb Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期五, 15 三月 2024 18:48:39 +0800 Subject: [PATCH] 合并代码 --- 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