From b929e9d487632580cc28ac7b8bf9494f25ca8ca3 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期一, 18 三月 2024 14:45:37 +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